#582A0D

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

Shades of Baker's Chocolate #582A0D

Tints of Baker's Chocolate #582A0D

Color information

#582A0D (or 0x582A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2A and 0D. RGB value is (88,42,13). Sum of RGB (Red+Green+Blue) = 88+42+13=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A0D is #A7D5F2. Grayscale: #343434. Windows color (decimal): -10999283 or 862808. OLE color: 862808.

HSL color Cylindrical-coordinate representation of color #582A0D: hue angle of 23.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #582A0D is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB884213-
CMYK00.520.850.65
HSL23.2º74.26%19.8%-
HSV(B)23.2º85.23%34.51%-
XYZ4.933.760.85-
YUV52.45105.74153.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=61.54%
G=29.37%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88421300.520.850.6523.274.2619.8
Hex582AD0345541174a14
Octal13052150641251012711224
Binary1011000101010110101101001010101100000110111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582A0D; }

 p { color: rgb(88,42,13); }

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

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

 a { background-color: rgb(88,42,13); }

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

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

 span { border-color: rgb(88,42,13); }

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