Html Css Color HEX #523420 Brown Bramble

📋 copy color: '#523420'

red 82 ◦ green 52 ◦ blue 32

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

Shades of Brown Bramble #523420

Tints of Brown Bramble #523420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

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

R = 49.4%
G = 31.33%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#523420 (or 0x523420) is known color: Brown Bramble. HEX triplet: 52, 34 and 20. RGB value is (82,52,32). Sum of RGB (Red+Green+Blue) = 82+52+32=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #523420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523420 is #ADCBDF. Grayscale: #3A3A3A. Windows color (decimal): -11389920 or 2110546. OLE color: 2110546.

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

Color convert

RGB 82 52 32 -
CMYK 0 0.37 0.61 0.68
HSL 24º 0.44% 0.22% -
HSV(B) 24º 0.61% 0.32% -
XYZ 4.97 4.35 1.95 -
YUV 58.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 82 52 32 0 0.37 0.61 0.68 24 0.44 0.22
Hex 52 34 20 0 25 3D 44 18 2C 16
Octal 122 64 40 0 45 75 104 30 54 26
Binary 1010010 110100 100000 0 100101 111101 1000100 11000 101100 10110

Color Harmonies of #523420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523420

Black with #523420

Text Example


Text Example

White with #523420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523420; }

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

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

background-color css

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

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

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

border-color css

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

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

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