#582711

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

Shades of Baker's Chocolate #582711

Tints of Baker's Chocolate #582711

Color information

#582711 (or 0x582711) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 27 and 11. RGB value is (88,39,17). Sum of RGB (Red+Green+Blue) = 88+39+17=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582711 is #A7D8EE. Grayscale: #333333. Windows color (decimal): -11000047 or 1124184. OLE color: 1124184.

HSL color Cylindrical-coordinate representation of color #582711: hue angle of 18.59º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582711 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB883917-
CMYK00.560.810.65
HSL18.59º67.62%20.59%-
HSV(B)18.59º80.68%34.51%-
XYZ4.853.570.96-
YUV51.14108.73154.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=61.11%
G=27.08%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88391700.560.810.6518.5967.6220.59
Hex5827110385141134415
Octal13047210701211012310425
Binary10110001001111000101110001010001100000110011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582711; }

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

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

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

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

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

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

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

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