#582713

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

Shades of Baker's Chocolate #582713

Tints of Baker's Chocolate #582713

Color information

#582713 (or 0x582713) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 27 and 13. RGB value is (88,39,19). Sum of RGB (Red+Green+Blue) = 88+39+19=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #582713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582713 is #A7D8EC. Grayscale: #333333. Windows color (decimal): -11000045 or 1255256. OLE color: 1255256.

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

Color convert

RGB883919-
CMYK00.560.780.65
HSL17.39º64.49%20.98%-
HSV(B)17.39º78.41%34.51%-
XYZ4.873.571.05-
YUV51.37109.73154.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.27%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=60.27%
G=26.71%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88391900.560.780.6517.3964.4920.98
Hex5827130384E41114015
Octal13047230701161012110025
Binary10110001001111001101110001001110100000110001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582713; }

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

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

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

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

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

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

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

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