Html Css Color HEX #50471F Bronze Olive

📋 copy color: '#50471F'

red 80 ◦ green 71 ◦ blue 31

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

Shades of Bronze Olive #50471F

Tints of Bronze Olive #50471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

 BLUE value IS 31 (12.5% from 255) = 17.03%

R = 43.96%
G = 39.01%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50471F (or 0x50471F) is known color: Bronze Olive. HEX triplet: 50, 47 and 1F. RGB value is (80,71,31). Sum of RGB (Red+Green+Blue) = 80+71+31=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471F is #AFB8E0. Grayscale: #454545. Windows color (decimal): -11516129 or 2049872. OLE color: 2049872.

HSL color Cylindrical-coordinate representation of color #50471F: hue angle of 48.98º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50471F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 31 -
CMYK 0 0.11 0.61 0.69
HSL 48.98º 0.44% 0.22% -
HSV(B) 48.98º 0.61% 0.31% -
XYZ 5.81 6.31 2.21 -
YUV 69.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 80 71 31 0 0.11 0.61 0.69 48.98 0.44 0.22
Hex 50 47 1F 0 B 3D 45 31 2C 16
Octal 120 107 37 0 13 75 105 61 54 26
Binary 1010000 1000111 11111 0 1011 111101 1000101 110001 101100 10110

Color Harmonies of #50471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50471F

Black with #50471F

Text Example


Text Example

White with #50471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50471F; }

 p { color: rgb(80,71,31); }

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

background-color css

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

 a { background-color: rgb(80,71,31); }

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

border-color css

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

 span { border-color: rgb(80,71,31); }

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