#523216

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

Shades of Brown Bramble #523216

Tints of Brown Bramble #523216

Color information

#523216 (or 0x523216) is unknown color: approx Brown Bramble. HEX triplet: 52, 32 and 16. RGB value is (82,50,22). Sum of RGB (Red+Green+Blue) = 82+50+22=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523216 is #ADCDE9. Grayscale: #383838. Windows color (decimal): -11390442 or 1454674. OLE color: 1454674.

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

Color convert

RGB825022-
CMYK00.390.730.68
HSL28º57.69%20.39%-
HSV(B)28º73.17%32.16%-
XYZ4.774.131.31-
YUV56.38108.6146.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=53.25%
G=32.47%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82502200.390.730.682857.6920.39
Hex52321602749441c3a14
Octal1226226047111104347224
Binary1010010110010101100100111100100110001001110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523216; }

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

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

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

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

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

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

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

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