#583115

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

Shades of Baker's Chocolate #583115

Tints of Baker's Chocolate #583115

Color information

#583115 (or 0x583115) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 15. RGB value is (88,49,21). Sum of RGB (Red+Green+Blue) = 88+49+21=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #583115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583115 is #A7CEEA. Grayscale: #393939. Windows color (decimal): -10997483 or 1388888. OLE color: 1388888.

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

Color convert

RGB884921-
CMYK00.440.760.65
HSL25.07º61.47%21.37%-
HSV(B)25.07º76.14%34.51%-
XYZ5.264.331.27-
YUV57.47107.42149.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=55.70%
G=31.01%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88492100.440.760.6525.0761.4721.37
Hex58311502C4C41193d15
Octal1306125054114101317525
Binary1011000110001101010101100100110010000011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583115; }

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

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

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

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

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

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

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

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