#582911

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

Shades of Baker's Chocolate #582911

Tints of Baker's Chocolate #582911

Color information

#582911 (or 0x582911) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 11. RGB value is (88,41,17). Sum of RGB (Red+Green+Blue) = 88+41+17=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #582911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582911 is #A7D6EE. Grayscale: #343434. Windows color (decimal): -10999535 or 1124696. OLE color: 1124696.

HSL color Cylindrical-coordinate representation of color #582911: hue angle of 20.28º 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 #582911 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB884117-
CMYK00.530.810.65
HSL20.28º67.62%20.59%-
HSV(B)20.28º80.68%34.51%-
XYZ4.923.70.99-
YUV52.32108.07153.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.27%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=60.27%
G=28.08%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88411700.530.810.6520.2867.6220.59
Hex5829110355141144415
Octal13051210651211012410425
Binary10110001010011000101101011010001100000110100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582911; }

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

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

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

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

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

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

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

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