Html Css Color HEX #523520 Brown Bramble

📋 copy color: '#523520'

red 82 ◦ green 53 ◦ blue 32

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

Shades of Brown Bramble #523520

Tints of Brown Bramble #523520

RGB

 RED value IS 82 (32.42% from 255) = 49.1%

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 49.1%
G = 31.74%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#523520 (or 0x523520) is known color: Brown Bramble. HEX triplet: 52, 35 and 20. RGB value is (82,53,32). Sum of RGB (Red+Green+Blue) = 82+53+32=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #523520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523520 is #ADCADF. Grayscale: #3B3B3B. Windows color (decimal): -11389664 or 2110802. OLE color: 2110802.

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

Color convert

RGB 82 53 32 -
CMYK 0 0.35 0.61 0.68
HSL 25.2º 0.44% 0.22% -
HSV(B) 25.2º 0.61% 0.32% -
XYZ 5.01 4.44 1.96 -
YUV 59.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 82 53 32 0 0.35 0.61 0.68 25.2 0.44 0.22
Hex 52 35 20 0 23 3D 44 19 2C 16
Octal 122 65 40 0 43 75 104 31 54 26
Binary 1010010 110101 100000 0 100011 111101 1000100 11001 101100 10110

Color Harmonies of #523520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523520

Black with #523520

Text Example


Text Example

White with #523520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523520; }

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

 H1.HeaderClassName
 {
   color: #523520;
 }
 .AnyTagClassName
 {
   color: #523520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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