#523420

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

Shades of Brown Bramble #523420

Tints of Brown Bramble #523420

Color information

#523420 (or 0x523420) is unknown color: approx Brown Bramble. HEX triplet: 52, 34 and 20. RGB value is (82,52,32). Sum of RGB (Red+Green+Blue) = 82+52+32=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523420 is #ADCBDF. Grayscale: #3A3A3A. Windows color (decimal): -11389920 or 2110546. OLE color: 2110546.

HSL color Cylindrical-coordinate representation of color #523420: hue angle of 24º 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 #523420 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB825232-
CMYK00.370.610.68
HSL24º43.86%22.35%-
HSV(B)24º60.98%32.16%-
XYZ4.974.351.95-
YUV58.69112.94144.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=49.40%
G=31.33%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82523200.370.610.682443.8622.35
Hex5234200253D44182c16
Octal122644004575104305426
Binary1010010110100100000010010111110110001001100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523420; }

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

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

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

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

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

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

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

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