#573120

Color #573120 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #573120

Tints of Brown Bramble #573120

Color information

#573120 (or 0x573120) is unknown color: approx Brown Bramble. HEX triplet: 57, 31 and 20. RGB value is (87,49,32). Sum of RGB (Red+Green+Blue) = 87+49+32=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #573120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573120 is #A8CEDF. Grayscale: #3A3A3A. Windows color (decimal): -11063008 or 2109783. OLE color: 2109783.

HSL color Cylindrical-coordinate representation of color #573120: hue angle of 18.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #573120 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB874932-
CMYK00.440.630.66
HSL18.55º46.22%23.33%-
HSV(B)18.55º63.22%34.12%-
XYZ5.294.331.92-
YUV58.42113.09148.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=51.79%
G=29.17%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87493200.440.630.6618.5546.2223.33
Hex57312002C3F42132e17
Octal127614005477102235627
Binary1010111110001100000010110011111110000101001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573120; }

 p { color: rgb(87,49,32); }

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

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

 a { background-color: rgb(87,49,32); }

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

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

 span { border-color: rgb(87,49,32); }

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