#512204

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

Shades of Baker's Chocolate #512204

Tints of Baker's Chocolate #512204

Color information

#512204 (or 0x512204) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 22 and 04. RGB value is (81,34,4). Sum of RGB (Red+Green+Blue) = 81+34+4=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #512204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512204 is #AEDDFB. Grayscale: #2C2C2C. Windows color (decimal): -11460092 or 270929. OLE color: 270929.

HSL color Cylindrical-coordinate representation of color #512204: hue angle of 23.38º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #512204 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81344-
CMYK00.580.950.68
HSL23.38º90.59%16.67%-
HSV(B)23.38º95.06%31.76%-
XYZ3.992.90.46-
YUV44.63105.07153.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.07%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=68.07%
G=28.57%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8134400.580.950.6823.3890.5916.67
Hex5122403A5F44175b11
Octal1214240721371042713321
Binary101000110001010001110101011111100010010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512204; }

 p { color: rgb(81,34,4); }

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

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

 a { background-color: rgb(81,34,4); }

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

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

 span { border-color: rgb(81,34,4); }

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