#573018

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

Shades of Baker's Chocolate #573018

Tints of Baker's Chocolate #573018

Color information

#573018 (or 0x573018) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 30 and 18. RGB value is (87,48,24). Sum of RGB (Red+Green+Blue) = 87+48+24=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573018 is #A8CFE7. Grayscale: #393939. Windows color (decimal): -11063272 or 1585239. OLE color: 1585239.

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

Color convert

RGB874824-
CMYK00.450.720.66
HSL22.86º56.76%21.76%-
HSV(B)22.86º72.41%34.12%-
XYZ5.154.211.4-
YUV56.92109.42149.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=54.72%
G=30.19%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87482400.450.720.6622.8656.7621.76
Hex57301802D4842173916
Octal1276030055110102277126
Binary1010111110000110000101101100100010000101011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573018; }

 p { color: rgb(87,48,24); }

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

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

 a { background-color: rgb(87,48,24); }

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

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

 span { border-color: rgb(87,48,24); }

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