#582009

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

Shades of Baker's Chocolate #582009

Tints of Baker's Chocolate #582009

Color information

#582009 (or 0x582009) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 09. RGB value is (88,32,9). Sum of RGB (Red+Green+Blue) = 88+32+9=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #582009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582009 is #A7DFF6. Grayscale: #2E2E2E. Windows color (decimal): -11001847 or 598104. OLE color: 598104.

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

Color convert

RGB88329-
CMYK00.640.900.65
HSL17.47º81.44%19.02%-
HSV(B)17.47º89.77%34.51%-
XYZ4.593.130.62-
YUV46.12107.05157.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=68.22%
G=24.81%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832900.640.900.6517.4781.4419.02
Hex582090405A41115113
Octal130401101001321012112123
Binary10110001000001001010000001011010100000110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582009; }

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

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

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

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

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

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

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

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