Html Css Color HEX #503216 Brown Bramble

📋 copy color: '#503216'

red 80 ◦ green 50 ◦ blue 22

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

Shades of Brown Bramble #503216

Tints of Brown Bramble #503216

RGB

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

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

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

R = 52.63%
G = 32.89%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#503216 (or 0x503216) is known color: Brown Bramble. HEX triplet: 50, 32 and 16. RGB value is (80,50,22). Sum of RGB (Red+Green+Blue) = 80+50+22=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503216 is #AFCDE9. Grayscale: #373737. Windows color (decimal): -11521514 or 1454672. OLE color: 1454672.

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

Color convert

RGB 80 50 22 -
CMYK 0 0.37 0.72 0.69
HSL 28.97º 0.57% 0.2% -
HSV(B) 28.97º 0.73% 0.31% -
XYZ 4.59 4.04 1.3 -
YUV 55.78 108.94 145.28 -
System Red Green Blue C M Y K H S L
Decimal 80 50 22 0 0.37 0.72 0.69 28.97 0.57 0.2
Hex 50 32 16 0 25 48 45 1D 39 14
Octal 120 62 26 0 45 110 105 35 71 24
Binary 1010000 110010 10110 0 100101 1001000 1000101 11101 111001 10100

Color Harmonies of #503216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503216

Black with #503216

Text Example


Text Example

White with #503216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503216; }

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

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

background-color css

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

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

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

border-color css

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

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

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