Html Css Color HEX #50491D Bronze Olive

📋 copy color: '#50491D'

red 80 ◦ green 73 ◦ blue 29

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

Shades of Bronze Olive #50491D

Tints of Bronze Olive #50491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.11%

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 43.96%
G = 40.11%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50491D (or 0x50491D) is known color: Bronze Olive. HEX triplet: 50, 49 and 1D. RGB value is (80,73,29). Sum of RGB (Red+Green+Blue) = 80+73+29=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50491D is #AFB6E2. Grayscale: #464646. Windows color (decimal): -11515619 or 1919312. OLE color: 1919312.

HSL color Cylindrical-coordinate representation of color #50491D: hue angle of 51.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50491D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 29 -
CMYK 0 0.09 0.64 0.69
HSL 51.76º 0.47% 0.21% -
HSV(B) 51.76º 0.64% 0.31% -
XYZ 5.91 6.56 2.12 -
YUV 70.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 80 73 29 0 0.09 0.64 0.69 51.76 0.47 0.21
Hex 50 49 1D 0 9 40 45 34 2F 15
Octal 120 111 35 0 11 100 105 64 57 25
Binary 1010000 1001001 11101 0 1001 1000000 1000101 110100 101111 10101

Color Harmonies of #50491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50491D

Black with #50491D

Text Example


Text Example

White with #50491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50491D; }

 p { color: rgb(80,73,29); }

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

background-color css

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

 a { background-color: rgb(80,73,29); }

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

border-color css

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

 span { border-color: rgb(80,73,29); }

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