Html Css Color HEX #503521 Brown Bramble

📋 copy color: '#503521'

red 80 ◦ green 53 ◦ blue 33

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

Shades of Brown Bramble #503521

Tints of Brown Bramble #503521

RGB

 RED value IS 80 (31.64% from 255) = 48.19%

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

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

R = 48.19%
G = 31.93%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#503521 (or 0x503521) is known color: Brown Bramble. HEX triplet: 50, 35 and 21. RGB value is (80,53,33). Sum of RGB (Red+Green+Blue) = 80+53+33=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503521 is #AFCADE. Grayscale: #3A3A3A. Windows color (decimal): -11520735 or 2176336. OLE color: 2176336.

HSL color Cylindrical-coordinate representation of color #503521: hue angle of 25.53º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503521 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 33 -
CMYK 0 0.34 0.59 0.69
HSL 25.53º 0.42% 0.22% -
HSV(B) 25.53º 0.59% 0.31% -
XYZ 4.86 4.36 2.02 -
YUV 58.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 80 53 33 0 0.34 0.59 0.69 25.53 0.42 0.22
Hex 50 35 21 0 22 3B 45 1A 2A 16
Octal 120 65 41 0 42 73 105 32 52 26
Binary 1010000 110101 100001 0 100010 111011 1000101 11010 101010 10110

Color Harmonies of #503521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503521

Black with #503521

Text Example


Text Example

White with #503521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503521; }

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

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

background-color css

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

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

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

border-color css

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

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

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