#572A0C

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

Shades of Baker's Chocolate #572A0C

Tints of Baker's Chocolate #572A0C

Color information

#572A0C (or 0x572A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 2A and 0C. RGB value is (87,42,12). Sum of RGB (Red+Green+Blue) = 87+42+12=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A0C is #A8D5F3. Grayscale: #343434. Windows color (decimal): -11064820 or 797271. OLE color: 797271.

HSL color Cylindrical-coordinate representation of color #572A0C: hue angle of 24º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #572A0C is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB874212-
CMYK00.520.860.66
HSL24º75.76%19.41%-
HSV(B)24º86.21%34.12%-
XYZ4.823.710.81-
YUV52.04105.41152.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=61.70%
G=29.79%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87421200.520.860.662475.7619.41
Hex572AC0345642184c13
Octal12752140641261023011423
Binary1010111101010110001101001010110100001011000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572A0C; }

 p { color: rgb(87,42,12); }

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

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

 a { background-color: rgb(87,42,12); }

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

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

 span { border-color: rgb(87,42,12); }

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