#582910

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

Shades of Baker's Chocolate #582910

Tints of Baker's Chocolate #582910

Color information

#582910 (or 0x582910) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 10. RGB value is (88,41,16). Sum of RGB (Red+Green+Blue) = 88+41+16=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #582910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582910 is #A7D6EF. Grayscale: #343434. Windows color (decimal): -10999536 or 1059160. OLE color: 1059160.

HSL color Cylindrical-coordinate representation of color #582910: hue angle of 20.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582910 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB884116-
CMYK00.530.820.65
HSL20.83º69.23%20.39%-
HSV(B)20.83º81.82%34.51%-
XYZ4.913.70.95-
YUV52.2107.57153.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=60.69%
G=28.28%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88411600.530.820.6520.8369.2320.39
Hex5829100355241154514
Octal13051200651221012510524
Binary10110001010011000001101011010010100000110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582910; }

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

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

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

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

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

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

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

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