#583114

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

Shades of Baker's Chocolate #583114

Tints of Baker's Chocolate #583114

Color information

#583114 (or 0x583114) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 14. RGB value is (88,49,20). Sum of RGB (Red+Green+Blue) = 88+49+20=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #583114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583114 is #A7CEEB. Grayscale: #393939. Windows color (decimal): -10997484 or 1323352. OLE color: 1323352.

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

Color convert

RGB884920-
CMYK00.440.770.65
HSL25.59º62.96%21.18%-
HSV(B)25.59º77.27%34.51%-
XYZ5.254.321.22-
YUV57.36106.92149.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=56.05%
G=31.21%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88492000.440.770.6525.5962.9621.18
Hex58311402C4D411a3f15
Octal1306124054115101327725
Binary1011000110001101000101100100110110000011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583114; }

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

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

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

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

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

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

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

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