#523522

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

Shades of Brown Bramble #523522

Tints of Brown Bramble #523522

Color information

#523522 (or 0x523522) is unknown color: approx Brown Bramble. HEX triplet: 52, 35 and 22. RGB value is (82,53,34). Sum of RGB (Red+Green+Blue) = 82+53+34=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #523522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523522 is #ADCADD. Grayscale: #3B3B3B. Windows color (decimal): -11389662 or 2241874. OLE color: 2241874.

HSL color Cylindrical-coordinate representation of color #523522: hue angle of 23.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523522 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB825334-
CMYK00.350.590.68
HSL23.75º41.38%22.75%-
HSV(B)23.75º58.54%32.16%-
XYZ5.044.462.11-
YUV59.5113.61144.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=48.52%
G=31.36%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82533400.350.590.6823.7541.3822.75
Hex5235220233B44182917
Octal122654204373104305127
Binary1010010110101100010010001111101110001001100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523522; }

 p { color: rgb(82,53,34); }

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

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

 a { background-color: rgb(82,53,34); }

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

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

 span { border-color: rgb(82,53,34); }

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