#583311

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

Shades of Baker's Chocolate #583311

Tints of Baker's Chocolate #583311

Color information

#583311 (or 0x583311) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 33 and 11. RGB value is (88,51,17). Sum of RGB (Red+Green+Blue) = 88+51+17=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #583311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583311 is #A7CCEE. Grayscale: #3A3A3A. Windows color (decimal): -10996975 or 1127256. OLE color: 1127256.

HSL color Cylindrical-coordinate representation of color #583311: hue angle of 28.73º 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 #583311 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB885117-
CMYK00.420.810.65
HSL28.73º67.62%20.59%-
HSV(B)28.73º80.68%34.51%-
XYZ5.314.481.12-
YUV58.19104.76149.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.41%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=56.41%
G=32.69%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88511700.420.810.6528.7367.6220.59
Hex58331102A51411d4415
Octal13063210521211013510425
Binary10110001100111000101010101010001100000111101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583311; }

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

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

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

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

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

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

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

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