#582914

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

Shades of Baker's Chocolate #582914

Tints of Baker's Chocolate #582914

Color information

#582914 (or 0x582914) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 29 and 14. RGB value is (88,41,20). Sum of RGB (Red+Green+Blue) = 88+41+20=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #582914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582914 is #A7D6EB. Grayscale: #343434. Windows color (decimal): -10999532 or 1321304. OLE color: 1321304.

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

Color convert

RGB884120-
CMYK00.530.770.65
HSL18.53º62.96%21.18%-
HSV(B)18.53º77.27%34.51%-
XYZ4.943.711.12-
YUV52.66109.57153.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=59.06%
G=27.52%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88412000.530.770.6518.5362.9621.18
Hex5829140354D41133f15
Octal1305124065115101237725
Binary1011000101001101000110101100110110000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582914; }

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

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

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

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

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

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

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

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