#572711

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

Shades of Baker's Chocolate #572711

Tints of Baker's Chocolate #572711

Color information

#572711 (or 0x572711) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 27 and 11. RGB value is (87,39,17). Sum of RGB (Red+Green+Blue) = 87+39+17=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #572711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572711 is #A8D8EE. Grayscale: #323232. Windows color (decimal): -11065583 or 1124183. OLE color: 1124183.

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

Color convert

RGB873917-
CMYK00.550.800.66
HSL18.86º67.31%20.39%-
HSV(B)18.86º80.46%34.12%-
XYZ4.763.520.96-
YUV50.84108.9153.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=60.84%
G=27.27%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87391700.550.800.6618.8667.3120.39
Hex5727110375042134314
Octal12747210671201022310324
Binary10101111001111000101101111010000100001010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572711; }

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

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

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

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

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

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

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

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