#572802

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

Shades of Baker's Chocolate #572802

Tints of Baker's Chocolate #572802

Color information

#572802 (or 0x572802) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 02. RGB value is (87,40,2). Sum of RGB (Red+Green+Blue) = 87+40+2=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #572802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572802 is #A8D7FD. Grayscale: #313131. Windows color (decimal): -11065342 or 141399. OLE color: 141399.

HSL color Cylindrical-coordinate representation of color #572802: hue angle of 26.82º 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 #572802 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB87402-
CMYK00.540.980.66
HSL26.82º95.51%17.45%-
HSV(B)26.82º97.7%34.12%-
XYZ4.73.550.49-
YUV49.72101.07154.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=67.44%
G=31.01%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8740200.540.980.6626.8295.5117.45
Hex5728203662421b6011
Octal1275020661421023314021
Binary10101111010001001101101100010100001011011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572802; }

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

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

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

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

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

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

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

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