#523820

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

Shades of Brown Bramble #523820

Tints of Brown Bramble #523820

Color information

#523820 (or 0x523820) is unknown color: approx Brown Bramble. HEX triplet: 52, 38 and 20. RGB value is (82,56,32). Sum of RGB (Red+Green+Blue) = 82+56+32=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #523820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523820 is #ADC7DF. Grayscale: #3D3D3D. Windows color (decimal): -11388896 or 2111570. OLE color: 2111570.

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

Color convert

RGB825632-
CMYK00.320.610.68
HSL28.8º43.86%22.35%-
HSV(B)28.8º60.98%32.16%-
XYZ5.154.732.01-
YUV61.04111.61142.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=48.24%
G=32.94%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82563200.320.610.6828.843.8622.35
Hex5238200203D441d2c16
Octal122704004075104355426
Binary1010010111000100000010000011110110001001110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523820; }

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

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

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

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

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

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

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

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