Html Css Color HEX #503416 Brown Bramble

📋 copy color: '#503416'

red 80 ◦ green 52 ◦ blue 22

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

Shades of Brown Bramble #503416

Tints of Brown Bramble #503416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.77%

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

R = 51.95%
G = 33.77%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#503416 (or 0x503416) is known color: Brown Bramble. HEX triplet: 50, 34 and 16. RGB value is (80,52,22). Sum of RGB (Red+Green+Blue) = 80+52+22=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503416 is #AFCBE9. Grayscale: #393939. Windows color (decimal): -11521002 or 1455184. OLE color: 1455184.

HSL color Cylindrical-coordinate representation of color #503416: hue angle of 31.03º 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 #503416 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 22 -
CMYK 0 0.35 0.72 0.69
HSL 31.03º 0.57% 0.2% -
HSV(B) 31.03º 0.73% 0.31% -
XYZ 4.68 4.22 1.33 -
YUV 56.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 80 52 22 0 0.35 0.72 0.69 31.03 0.57 0.2
Hex 50 34 16 0 23 48 45 1F 39 14
Octal 120 64 26 0 43 110 105 37 71 24
Binary 1010000 110100 10110 0 100011 1001000 1000101 11111 111001 10100

Color Harmonies of #503416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503416

Black with #503416

Text Example


Text Example

White with #503416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503416; }

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

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

background-color css

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

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

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

border-color css

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

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

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