#582B0C

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

Shades of Baker's Chocolate #582B0C

Tints of Baker's Chocolate #582B0C

Color information

#582B0C (or 0x582B0C) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 2B and 0C. RGB value is (88,43,12). Sum of RGB (Red+Green+Blue) = 88+43+12=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582B0C is #A7D4F3. Grayscale: #353535. Windows color (decimal): -10999028 or 797528. OLE color: 797528.

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

Color convert

RGB884312-
CMYK00.510.860.65
HSL24.47º76%19.61%-
HSV(B)24.47º86.36%34.51%-
XYZ4.953.830.83-
YUV52.92104.91153.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=61.54%
G=30.07%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88431200.510.860.6524.477619.61
Hex582BC0335641184c14
Octal13053140631261013011424
Binary1011000101011110001100111010110100000111000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,43,12); }

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

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

 a { background-color: rgb(88,43,12); }

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

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

 span { border-color: rgb(88,43,12); }

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