Html Css Color HEX #503520 Brown Bramble

📋 copy color: '#503520'

red 80 ◦ green 53 ◦ blue 32

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

Shades of Brown Bramble #503520

Tints of Brown Bramble #503520

RGB

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

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

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

R = 48.48%
G = 32.12%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#503520 (or 0x503520) is known color: Brown Bramble. HEX triplet: 50, 35 and 20. RGB value is (80,53,32). Sum of RGB (Red+Green+Blue) = 80+53+32=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503520 is #AFCADF. Grayscale: #3A3A3A. Windows color (decimal): -11520736 or 2110800. OLE color: 2110800.

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

Color convert

RGB 80 53 32 -
CMYK 0 0.34 0.60 0.69
HSL 26.25º 0.43% 0.22% -
HSV(B) 26.25º 0.6% 0.31% -
XYZ 4.84 4.36 1.95 -
YUV 58.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 80 53 32 0 0.34 0.60 0.69 26.25 0.43 0.22
Hex 50 35 20 0 22 3C 45 1A 2B 16
Octal 120 65 40 0 42 74 105 32 53 26
Binary 1010000 110101 100000 0 100010 111100 1000101 11010 101011 10110

Color Harmonies of #503520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503520

Black with #503520

Text Example


Text Example

White with #503520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503520; }

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

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

background-color css

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

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

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

border-color css

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

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

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