#582714

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

Shades of Baker's Chocolate #582714

Tints of Baker's Chocolate #582714

Color information

#582714 (or 0x582714) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 27 and 14. RGB value is (88,39,20). Sum of RGB (Red+Green+Blue) = 88+39+20=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582714 is #A7D8EB. Grayscale: #333333. Windows color (decimal): -11000044 or 1320792. OLE color: 1320792.

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

Color convert

RGB883920-
CMYK00.560.770.65
HSL16.76º62.96%21.18%-
HSV(B)16.76º77.27%34.51%-
XYZ4.883.581.1-
YUV51.48110.23154.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=59.86%
G=26.53%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88392000.560.770.6516.7662.9621.18
Hex5827140384D41113f15
Octal1304724070115101217725
Binary1011000100111101000111000100110110000011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582714; }

 p { color: rgb(88,39,20); }

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

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

 a { background-color: rgb(88,39,20); }

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

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

 span { border-color: rgb(88,39,20); }

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