#583715

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

Shades of Baker's Chocolate #583715

Tints of Baker's Chocolate #583715

Color information

#583715 (or 0x583715) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 37 and 15. RGB value is (88,55,21). Sum of RGB (Red+Green+Blue) = 88+55+21=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #583715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583715 is #A7C8EA. Grayscale: #3D3D3D. Windows color (decimal): -10995947 or 1390424. OLE color: 1390424.

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

Color convert

RGB885521-
CMYK00.380.760.65
HSL30.45º61.47%21.37%-
HSV(B)30.45º76.14%34.51%-
XYZ5.534.861.36-
YUV60.99105.43147.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.66%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=53.66%
G=33.54%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88552100.380.760.6530.4561.4721.37
Hex5837150264C411e3d15
Octal1306725046114101367525
Binary1011000110111101010100110100110010000011111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583715; }

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

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

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

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

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

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

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

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