#583B0F

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

Shades of Baker's Chocolate #583B0F

Tints of Baker's Chocolate #583B0F

Color information

#583B0F (or 0x583B0F) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3B and 0F. RGB value is (88,59,15). Sum of RGB (Red+Green+Blue) = 88+59+15=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B0F is #A7C4F0. Grayscale: #3E3E3E. Windows color (decimal): -10994929 or 998232. OLE color: 998232.

HSL color Cylindrical-coordinate representation of color #583B0F: hue angle of 36.16º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #583B0F is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB885915-
CMYK00.330.830.65
HSL36.16º70.87%20.2%-
HSV(B)36.16º82.95%34.51%-
XYZ5.675.241.16-
YUV62.65101.11146.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=54.32%
G=36.42%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88591500.330.830.6536.1670.8720.2
Hex583BF0215341244714
Octal13073170411231014410724
Binary10110001110111111010000110100111000001100100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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