#583B0D

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

Shades of Baker's Chocolate #583B0D

Tints of Baker's Chocolate #583B0D

Color information

#583B0D (or 0x583B0D) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3B and 0D. RGB value is (88,59,13). Sum of RGB (Red+Green+Blue) = 88+59+13=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #583B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B0D is #A7C4F2. Grayscale: #3E3E3E. Windows color (decimal): -10994931 or 867160. OLE color: 867160.

HSL color Cylindrical-coordinate representation of color #583B0D: hue angle of 36.8º 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 #583B0D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB885913-
CMYK00.330.850.65
HSL36.8º74.26%19.8%-
HSV(B)36.8º85.23%34.51%-
XYZ5.665.231.09-
YUV62.43100.11146.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=55%
G=36.88%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88591300.330.850.6536.874.2619.8
Hex583BD0215541254a14
Octal13073150411251014511224
Binary10110001110111101010000110101011000001100101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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