#583019

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

Shades of Baker's Chocolate #583019

Tints of Baker's Chocolate #583019

Color information

#583019 (or 0x583019) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 30 and 19. RGB value is (88,48,25). Sum of RGB (Red+Green+Blue) = 88+48+25=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #583019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583019 is #A7CFE6. Grayscale: #393939. Windows color (decimal): -10997735 or 1650776. OLE color: 1650776.

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

Color convert

RGB884825-
CMYK00.450.720.65
HSL21.9º55.75%22.16%-
HSV(B)21.9º71.59%34.51%-
XYZ5.264.261.46-
YUV57.34109.75149.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.66%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 25 (10.16% from 255) = 15.53%
R=54.66%
G=29.81%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88482500.450.720.6521.955.7522.16
Hex58301902D4841163816
Octal1306031055110101267026
Binary1011000110000110010101101100100010000011011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583019; }

 p { color: rgb(88,48,25); }

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

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

 a { background-color: rgb(88,48,25); }

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

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

 span { border-color: rgb(88,48,25); }

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