#583C0F

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

Shades of Baker's Chocolate #583C0F

Tints of Baker's Chocolate #583C0F

Color information

#583C0F (or 0x583C0F) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 3C and 0F. RGB value is (88,60,15). Sum of RGB (Red+Green+Blue) = 88+60+15=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #583C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C0F is #A7C3F0. Grayscale: #3F3F3F. Windows color (decimal): -10994673 or 998488. OLE color: 998488.

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

Color convert

RGB886015-
CMYK00.320.830.65
HSL36.99º70.87%20.2%-
HSV(B)36.99º82.95%34.51%-
XYZ5.735.341.18-
YUV63.24100.78145.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=53.99%
G=36.81%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88601500.320.830.6536.9970.8720.2
Hex583CF0205341254714
Octal13074170401231014510724
Binary10110001111001111010000010100111000001100101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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