#583B12

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

Shades of Baker's Chocolate #583B12

Tints of Baker's Chocolate #583B12

Color information

#583B12 (or 0x583B12) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3B and 12. RGB value is (88,59,18). Sum of RGB (Red+Green+Blue) = 88+59+18=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #583B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B12 is #A7C4ED. Grayscale: #3F3F3F. Windows color (decimal): -10994926 or 1194840. OLE color: 1194840.

HSL color Cylindrical-coordinate representation of color #583B12: hue angle of 35.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #583B12 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB885918-
CMYK00.330.800.65
HSL35.14º66.04%20.78%-
HSV(B)35.14º79.55%34.51%-
XYZ5.75.251.28-
YUV63102.61145.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.33%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=53.33%
G=35.76%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88591800.330.800.6535.1466.0420.78
Hex583B120215041234215
Octal13073220411201014310225
Binary101100011101110010010000110100001000001100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583B12; }

 p { color: rgb(88,59,18); }

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

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

 a { background-color: rgb(88,59,18); }

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

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

 span { border-color: rgb(88,59,18); }

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