#503806

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

Shades of Baker's Chocolate #503806

Tints of Baker's Chocolate #503806

Color information

#503806 (or 0x503806) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 38 and 06. RGB value is (80,56,6). Sum of RGB (Red+Green+Blue) = 80+56+6=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #503806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503806 is #AFC7F9. Grayscale: #393939. Windows color (decimal): -11519994 or 407632. OLE color: 407632.

HSL color Cylindrical-coordinate representation of color #503806: hue angle of 40.54º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #503806 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80566-
CMYK00.300.920.69
HSL40.54º86.05%16.86%-
HSV(B)40.54º92.5%31.37%-
XYZ4.764.550.8-
YUV57.4898.95144.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=56.34%
G=39.44%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8056600.300.920.6940.5486.0516.86
Hex5038601E5C45295611
Octal1207060361341055112621
Binary101000011100011001111010111001000101101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503806; }

 p { color: rgb(80,56,6); }

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

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

 a { background-color: rgb(80,56,6); }

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

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

 span { border-color: rgb(80,56,6); }

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