#523116

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

Shades of Brown Bramble #523116

Tints of Brown Bramble #523116

Color information

#523116 (or 0x523116) is unknown color: approx Brown Bramble. HEX triplet: 52, 31 and 16. RGB value is (82,49,22). Sum of RGB (Red+Green+Blue) = 82+49+22=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #523116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523116 is #ADCEE9. Grayscale: #373737. Windows color (decimal): -11390698 or 1454418. OLE color: 1454418.

HSL color Cylindrical-coordinate representation of color #523116: hue angle of 27º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523116 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB824922-
CMYK00.400.730.68
HSL27º57.69%20.39%-
HSV(B)27º73.17%32.16%-
XYZ4.724.051.29-
YUV55.79108.93146.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=53.59%
G=32.03%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82492200.400.730.682757.6920.39
Hex52311602849441b3a14
Octal1226126050111104337224
Binary1010010110001101100101000100100110001001101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523116; }

 p { color: rgb(82,49,22); }

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

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

 a { background-color: rgb(82,49,22); }

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

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

 span { border-color: rgb(82,49,22); }

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