Html Css Color HEX #50461F Bronze Olive

📋 copy color: '#50461F'

red 80 ◦ green 70 ◦ blue 31

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

Shades of Bronze Olive #50461F

Tints of Bronze Olive #50461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

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

R = 44.2%
G = 38.67%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#50461F (or 0x50461F) is known color: Bronze Olive. HEX triplet: 50, 46 and 1F. RGB value is (80,70,31). Sum of RGB (Red+Green+Blue) = 80+70+31=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50461F is #AFB9E0. Grayscale: #444444. Windows color (decimal): -11516385 or 2049616. OLE color: 2049616.

HSL color Cylindrical-coordinate representation of color #50461F: hue angle of 47.76º 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 #50461F is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 70 31 -
CMYK 0 0.12 0.61 0.69
HSL 47.76º 0.44% 0.22% -
HSV(B) 47.76º 0.61% 0.31% -
XYZ 5.75 6.18 2.19 -
YUV 68.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 80 70 31 0 0.12 0.61 0.69 47.76 0.44 0.22
Hex 50 46 1F 0 C 3D 45 30 2C 16
Octal 120 106 37 0 14 75 105 60 54 26
Binary 1010000 1000110 11111 0 1100 111101 1000101 110000 101100 10110

Color Harmonies of #50461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50461F

Black with #50461F

Text Example


Text Example

White with #50461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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