#572702

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

Shades of Baker's Chocolate #572702

Tints of Baker's Chocolate #572702

Color information

#572702 (or 0x572702) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 27 and 02. RGB value is (87,39,2). Sum of RGB (Red+Green+Blue) = 87+39+2=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #572702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572702 is #A8D8FD. Grayscale: #313131. Windows color (decimal): -11065598 or 141143. OLE color: 141143.

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

Color convert

RGB87392-
CMYK00.550.980.66
HSL26.12º95.51%17.45%-
HSV(B)26.12º97.7%34.12%-
XYZ4.673.480.48-
YUV49.13101.4155.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.97%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=67.97%
G=30.47%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8739200.550.980.6626.1295.5117.45
Hex5727203762421a6011
Octal1274720671421023214021
Binary10101111001111001101111100010100001011010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572702; }

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

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

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

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

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

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

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

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