#583011

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

Shades of Baker's Chocolate #583011

Tints of Baker's Chocolate #583011

Color information

#583011 (or 0x583011) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 30 and 11. RGB value is (88,48,17). Sum of RGB (Red+Green+Blue) = 88+48+17=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #583011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583011 is #A7CFEE. Grayscale: #383838. Windows color (decimal): -10997743 or 1126488. OLE color: 1126488.

HSL color Cylindrical-coordinate representation of color #583011: hue angle of 26.2º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #583011 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB884817-
CMYK00.450.810.65
HSL26.2º67.62%20.59%-
HSV(B)26.2º80.68%34.51%-
XYZ5.184.231.07-
YUV56.43105.75150.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.52%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=57.52%
G=31.37%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88481700.450.810.6526.267.6220.59
Hex58301102D51411a4415
Octal13060210551211013210425
Binary10110001100001000101011011010001100000111010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583011; }

 p { color: rgb(88,48,17); }

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

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

 a { background-color: rgb(88,48,17); }

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

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

 span { border-color: rgb(88,48,17); }

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