#523016

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

Shades of Brown Bramble #523016

Tints of Brown Bramble #523016

Color information

#523016 (or 0x523016) is unknown color: approx Brown Bramble. HEX triplet: 52, 30 and 16. RGB value is (82,48,22). Sum of RGB (Red+Green+Blue) = 82+48+22=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #523016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523016 is #ADCFE9. Grayscale: #373737. Windows color (decimal): -11390954 or 1454162. OLE color: 1454162.

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

Color convert

RGB824822-
CMYK00.410.730.68
HSL26º57.69%20.39%-
HSV(B)26º73.17%32.16%-
XYZ4.683.971.28-
YUV55.2109.26147.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=53.95%
G=31.58%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82482200.410.730.682657.6920.39
Hex52301602949441a3a14
Octal1226026051111104327224
Binary1010010110000101100101001100100110001001101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523016; }

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

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

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

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

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

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

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

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