#523920

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

Shades of Brown Bramble #523920

Tints of Brown Bramble #523920

Color information

#523920 (or 0x523920) is unknown color: approx Brown Bramble. HEX triplet: 52, 39 and 20. RGB value is (82,57,32). Sum of RGB (Red+Green+Blue) = 82+57+32=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523920 is #ADC6DF. Grayscale: #3D3D3D. Windows color (decimal): -11388640 or 2111826. OLE color: 2111826.

HSL color Cylindrical-coordinate representation of color #523920: hue angle of 30º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523920 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB825732-
CMYK00.300.610.68
HSL30º43.86%22.35%-
HSV(B)30º60.98%32.16%-
XYZ5.24.822.02-
YUV61.62111.28142.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=47.95%
G=33.33%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82573200.300.610.683043.8622.35
Hex52392001E3D441e2c16
Octal122714003675104365426
Binary101001011100110000001111011110110001001111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523920; }

 p { color: rgb(82,57,32); }

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

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

 a { background-color: rgb(82,57,32); }

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

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

 span { border-color: rgb(82,57,32); }

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