#582005

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

Shades of Baker's Chocolate #582005

Tints of Baker's Chocolate #582005

Color information

#582005 (or 0x582005) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 20 and 05. RGB value is (88,32,5). Sum of RGB (Red+Green+Blue) = 88+32+5=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #582005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582005 is #A7DFFA. Grayscale: #2D2D2D. Windows color (decimal): -11001851 or 335960. OLE color: 335960.

HSL color Cylindrical-coordinate representation of color #582005: hue angle of 19.52º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #582005 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB88325-
CMYK00.640.940.65
HSL19.52º89.25%18.24%-
HSV(B)19.52º94.32%34.51%-
XYZ4.573.120.5-
YUV45.67105.05158.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 5 (2.34% from 255) = 4%
R=70.4%
G=25.6%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832500.640.940.6519.5289.2518.24
Hex582050405E41145912
Octal13040501001361012413122
Binary1011000100000101010000001011110100000110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582005; }

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

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

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

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

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

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

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

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