#572902

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

Shades of Baker's Chocolate #572902

Tints of Baker's Chocolate #572902

Color information

#572902 (or 0x572902) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 29 and 02. RGB value is (87,41,2). Sum of RGB (Red+Green+Blue) = 87+41+2=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #572902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572902 is #A8D6FD. Grayscale: #323232. Windows color (decimal): -11065086 or 141655. OLE color: 141655.

HSL color Cylindrical-coordinate representation of color #572902: hue angle of 27.53º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #572902 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87412-
CMYK00.530.980.66
HSL27.53º95.51%17.45%-
HSV(B)27.53º97.7%34.12%-
XYZ4.733.620.51-
YUV50.31100.74154.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=66.92%
G=31.54%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8741200.530.980.6627.5395.5117.45
Hex5729203562421c6011
Octal1275120651421023414021
Binary10101111010011001101011100010100001011100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572902; }

 p { color: rgb(87,41,2); }

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

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

 a { background-color: rgb(87,41,2); }

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

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

 span { border-color: rgb(87,41,2); }

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