#572700

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

Shades of Baker's Chocolate #572700

Tints of Baker's Chocolate #572700

Color information

#572700 (or 0x572700) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 27 and 00. RGB value is (87,39,0). Sum of RGB (Red+Green+Blue) = 87+39+0=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #572700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572700 is #A8D8FF. Grayscale: #313131. Windows color (decimal): -11065600 or 10071. OLE color: 10071.

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

Color convert

RGB87390-
CMYK00.5510.66
HSL26.9º100%17.06%-
HSV(B)26.9º100%34.12%-
XYZ4.663.480.43-
YUV48.91100.4155.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.05%
G=30.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8739000.5510.6626.910017.06
Hex5727003764421b6411
Octal1274700671441023314421
Binary1010111100111001101111100100100001011011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572700; }

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

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

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

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

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

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

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

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