#502C0A

Color #502C0A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #502C0A

Tints of Baker's Chocolate #502C0A

Color information

#502C0A (or 0x502C0A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2C and 0A. RGB value is (80,44,10). Sum of RGB (Red+Green+Blue) = 80+44+10=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C0A is #AFD3F5. Grayscale: #333333. Windows color (decimal): -11523062 or 666704. OLE color: 666704.

HSL color Cylindrical-coordinate representation of color #502C0A: hue angle of 29.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #502C0A is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB804410-
CMYK00.450.870.69
HSL29.14º77.78%17.65%-
HSV(B)29.14º87.5%31.37%-
XYZ4.263.530.74-
YUV50.89104.93148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=59.70%
G=32.84%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80441000.450.870.6929.1477.7817.65
Hex502CA02D57451d4e12
Octal12054120551271053511622
Binary1010000101100101001011011010111100010111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502C0A; }

 p { color: rgb(80,44,10); }

 H1.HeaderClassName
 {
   color: #502C0A;
 }
 .AnyTagClassName
 {
   color: #502C0A;
 }
</style>
background-color css

<style>
 a { background-color: #502C0A; }

 a { background-color: rgb(80,44,10); }

 div.DivClassName
 {
   background-color: #502C0A;
 }
 .BgClassName
 {
   background-color: #502C0A;
 }
</style>
border-color css

<style>
 span { border-color: #502C0A; }

 span { border-color: rgb(80,44,10); }

 td.TdClassName
 {
   border-color: #502C0A;
 }
 .TagClassName
 {
   border-color: #502C0A;
 }
</style>