#582809

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

Shades of Baker's Chocolate #582809

Tints of Baker's Chocolate #582809

Color information

#582809 (or 0x582809) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 28 and 09. RGB value is (88,40,9). Sum of RGB (Red+Green+Blue) = 88+40+9=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #582809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582809 is #A7D7F6. Grayscale: #323232. Windows color (decimal): -10999799 or 600152. OLE color: 600152.

HSL color Cylindrical-coordinate representation of color #582809: hue angle of 23.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #582809 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB88409-
CMYK00.550.900.65
HSL23.54º81.44%19.02%-
HSV(B)23.54º89.77%34.51%-
XYZ4.833.610.7-
YUV50.82104.4154.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=64.23%
G=29.20%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8840900.550.900.6523.5481.4419.02
Hex582890375A41185113
Octal13050110671321013012123
Binary1011000101000100101101111011010100000111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582809; }

 p { color: rgb(88,40,9); }

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

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

 a { background-color: rgb(88,40,9); }

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

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

 span { border-color: rgb(88,40,9); }

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