#583516

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

Shades of Baker's Chocolate #583516

Tints of Baker's Chocolate #583516

Color information

#583516 (or 0x583516) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 35 and 16. RGB value is (88,53,22). Sum of RGB (Red+Green+Blue) = 88+53+22=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #583516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583516 is #A7CAE9. Grayscale: #3C3C3C. Windows color (decimal): -10996458 or 1455448. OLE color: 1455448.

HSL color Cylindrical-coordinate representation of color #583516: hue angle of 28.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #583516 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB885322-
CMYK00.400.750.65
HSL28.18º60%21.57%-
HSV(B)28.18º75%34.51%-
XYZ5.444.681.38-
YUV59.93106.6148.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=53.99%
G=32.52%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88532200.400.750.6528.186021.57
Hex5835160284B411c3c16
Octal1306526050113101347426
Binary1011000110101101100101000100101110000011110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583516; }

 p { color: rgb(88,53,22); }

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

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

 a { background-color: rgb(88,53,22); }

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

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

 span { border-color: rgb(88,53,22); }

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