Html Css Color HEX #523116 Brown Bramble

📋 copy color: '#523116'

red 82 ◦ green 49 ◦ blue 22

#523116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #523116

Tints of Brown Bramble #523116

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 value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#523116 (or 0x523116) is known color: 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

RGB 82 49 22 -
CMYK 0 0.40 0.73 0.68
HSL 27º 0.58% 0.2% -
HSV(B) 27º 0.73% 0.32% -
XYZ 4.72 4.05 1.29 -
YUV 55.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 82 49 22 0 0.40 0.73 0.68 27 0.58 0.2
Hex 52 31 16 0 28 49 44 1B 3A 14
Octal 122 61 26 0 50 111 104 33 72 24
Binary 1010010 110001 10110 0 101000 1001001 1000100 11011 111010 10100

Color Harmonies of #523116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523116

Black with #523116

Text Example


Text Example

White with #523116

Text Example


Text Example

HTML Codes & Css Web 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>