Html Css Color HEX #50491C Bronze Olive

📋 copy color: '#50491C'

red 80 ◦ green 73 ◦ blue 28

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

Shades of Bronze Olive #50491C

Tints of Bronze Olive #50491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 44.2%
G = 40.33%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50491C (or 0x50491C) is known color: Bronze Olive. HEX triplet: 50, 49 and 1C. RGB value is (80,73,28). Sum of RGB (Red+Green+Blue) = 80+73+28=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50491C is #AFB6E3. Grayscale: #464646. Windows color (decimal): -11515620 or 1853776. OLE color: 1853776.

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

Color convert

RGB 80 73 28 -
CMYK 0 0.09 0.65 0.69
HSL 51.92º 0.48% 0.21% -
HSV(B) 51.92º 0.65% 0.31% -
XYZ 5.9 6.55 2.05 -
YUV 69.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 80 73 28 0 0.09 0.65 0.69 51.92 0.48 0.21
Hex 50 49 1C 0 9 41 45 34 30 15
Octal 120 111 34 0 11 101 105 64 60 25
Binary 1010000 1001001 11100 0 1001 1000001 1000101 110100 110000 10101

Color Harmonies of #50491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50491C

Black with #50491C

Text Example


Text Example

White with #50491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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