#583215

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

Shades of Baker's Chocolate #583215

Tints of Baker's Chocolate #583215

Color information

#583215 (or 0x583215) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 32 and 15. RGB value is (88,50,21). Sum of RGB (Red+Green+Blue) = 88+50+21=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #583215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583215 is #A7CDEA. Grayscale: #3A3A3A. Windows color (decimal): -10997227 or 1389144. OLE color: 1389144.

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

Color convert

RGB885021-
CMYK00.430.760.65
HSL25.97º61.47%21.37%-
HSV(B)25.97º76.14%34.51%-
XYZ5.34.411.28-
YUV58.06107.09149.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=55.35%
G=31.45%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88502100.430.760.6525.9761.4721.37
Hex58321502B4C411a3d15
Octal1306225053114101327525
Binary1011000110010101010101011100110010000011101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583215; }

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

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

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

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

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

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

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

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