Html Css Color HEX #503215 Brown Bramble

📋 copy color: '#503215'

red 80 ◦ green 50 ◦ blue 21

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

Shades of Brown Bramble #503215

Tints of Brown Bramble #503215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 52.98%
G = 33.11%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#503215 (or 0x503215) is known color: Brown Bramble. HEX triplet: 50, 32 and 15. RGB value is (80,50,21). Sum of RGB (Red+Green+Blue) = 80+50+21=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503215 is #AFCDEA. Grayscale: #373737. Windows color (decimal): -11521515 or 1389136. OLE color: 1389136.

HSL color Cylindrical-coordinate representation of color #503215: hue angle of 29.49º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503215 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 21 -
CMYK 0 0.37 0.74 0.69
HSL 29.49º 0.58% 0.2% -
HSV(B) 29.49º 0.74% 0.31% -
XYZ 4.58 4.04 1.25 -
YUV 55.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 80 50 21 0 0.37 0.74 0.69 29.49 0.58 0.2
Hex 50 32 15 0 25 4A 45 1D 3A 14
Octal 120 62 25 0 45 112 105 35 72 24
Binary 1010000 110010 10101 0 100101 1001010 1000101 11101 111010 10100

Color Harmonies of #503215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503215

Black with #503215

Text Example


Text Example

White with #503215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503215; }

 p { color: rgb(80,50,21); }

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

background-color css

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

 a { background-color: rgb(80,50,21); }

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

border-color css

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

 span { border-color: rgb(80,50,21); }

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