#583515

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

Shades of Baker's Chocolate #583515

Tints of Baker's Chocolate #583515

Color information

#583515 (or 0x583515) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 35 and 15. RGB value is (88,53,21). Sum of RGB (Red+Green+Blue) = 88+53+21=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583515 is #A7CAEA. Grayscale: #3B3B3B. Windows color (decimal): -10996459 or 1389912. OLE color: 1389912.

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

Color convert

RGB885321-
CMYK00.400.760.65
HSL28.66º61.47%21.37%-
HSV(B)28.66º76.14%34.51%-
XYZ5.434.681.33-
YUV59.82106.1148.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=54.32%
G=32.72%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88532100.400.760.6528.6661.4721.37
Hex5835150284C411d3d15
Octal1306525050114101357525
Binary1011000110101101010101000100110010000011110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583515; }

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

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

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

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

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

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

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

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