Html Css Color HEX #523521 Brown Bramble

📋 copy color: '#523521'

red 82 ◦ green 53 ◦ blue 33

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

Shades of Brown Bramble #523521

Tints of Brown Bramble #523521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 48.81%
G = 31.55%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#523521 (or 0x523521) is known color: Brown Bramble. HEX triplet: 52, 35 and 21. RGB value is (82,53,33). Sum of RGB (Red+Green+Blue) = 82+53+33=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #523521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523521 is #ADCADE. Grayscale: #3B3B3B. Windows color (decimal): -11389663 or 2176338. OLE color: 2176338.

HSL color Cylindrical-coordinate representation of color #523521: hue angle of 24.49º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523521 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 33 -
CMYK 0 0.35 0.60 0.68
HSL 24.49º 0.43% 0.23% -
HSV(B) 24.49º 0.6% 0.32% -
XYZ 5.03 4.45 2.03 -
YUV 59.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 82 53 33 0 0.35 0.60 0.68 24.49 0.43 0.23
Hex 52 35 21 0 23 3C 44 18 2B 17
Octal 122 65 41 0 43 74 104 30 53 27
Binary 1010010 110101 100001 0 100011 111100 1000100 11000 101011 10111

Color Harmonies of #523521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523521

Black with #523521

Text Example


Text Example

White with #523521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523521; }

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

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

background-color css

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

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

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

border-color css

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

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

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