#583F0B

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

Shades of Baker's Chocolate #583F0B

Tints of Baker's Chocolate #583F0B

Color information

#583F0B (or 0x583F0B) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3F and 0B. RGB value is (88,63,11). Sum of RGB (Red+Green+Blue) = 88+63+11=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583F0B is #A7C0F4. Grayscale: #404040. Windows color (decimal): -10993909 or 737112. OLE color: 737112.

HSL color Cylindrical-coordinate representation of color #583F0B: hue angle of 40.52º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #583F0B is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB886311-
CMYK00.280.880.65
HSL40.52º77.78%19.41%-
HSV(B)40.52º87.5%34.51%-
XYZ5.865.651.1-
YUV64.5597.78144.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=54.32%
G=38.89%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88631100.280.880.6540.5277.7819.41
Hex583FB01C5841294e13
Octal13077130341301015111623
Binary1011000111111101101110010110001000001101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,63,11); }

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

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

 a { background-color: rgb(88,63,11); }

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

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

 span { border-color: rgb(88,63,11); }

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