Html Css Color HEX #503016 Brown Bramble

📋 copy color: '#503016'

red 80 ◦ green 48 ◦ blue 22

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

Shades of Brown Bramble #503016

Tints of Brown Bramble #503016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 53.33%
G = 32%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#503016 (or 0x503016) is known color: Brown Bramble. HEX triplet: 50, 30 and 16. RGB value is (80,48,22). Sum of RGB (Red+Green+Blue) = 80+48+22=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #503016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503016 is #AFCFE9. Grayscale: #363636. Windows color (decimal): -11522026 or 1454160. OLE color: 1454160.

HSL color Cylindrical-coordinate representation of color #503016: hue angle of 26.9º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503016 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 22 -
CMYK 0 0.40 0.72 0.69
HSL 26.9º 0.57% 0.2% -
HSV(B) 26.9º 0.73% 0.31% -
XYZ 4.51 3.88 1.27 -
YUV 54.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 80 48 22 0 0.40 0.72 0.69 26.9 0.57 0.2
Hex 50 30 16 0 28 48 45 1B 39 14
Octal 120 60 26 0 50 110 105 33 71 24
Binary 1010000 110000 10110 0 101000 1001000 1000101 11011 111001 10100

Color Harmonies of #503016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503016

Black with #503016

Text Example


Text Example

White with #503016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503016; }

 p { color: rgb(80,48,22); }

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

background-color css

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

 a { background-color: rgb(80,48,22); }

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

border-color css

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

 span { border-color: rgb(80,48,22); }

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