Html Css Color HEX #50481E Bronze Olive

📋 copy color: '#50481E'

red 80 ◦ green 72 ◦ blue 30

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

Shades of Bronze Olive #50481E

Tints of Bronze Olive #50481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.56%

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 43.96%
G = 39.56%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50481E (or 0x50481E) is known color: Bronze Olive. HEX triplet: 50, 48 and 1E. RGB value is (80,72,30). Sum of RGB (Red+Green+Blue) = 80+72+30=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50481E is #AFB7E1. Grayscale: #454545. Windows color (decimal): -11515874 or 1984592. OLE color: 1984592.

HSL color Cylindrical-coordinate representation of color #50481E: hue angle of 50.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50481E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 30 -
CMYK 0 0.10 0.62 0.69
HSL 50.4º 0.45% 0.22% -
HSV(B) 50.4º 0.63% 0.31% -
XYZ 5.86 6.43 2.16 -
YUV 69.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 80 72 30 0 0.10 0.62 0.69 50.4 0.45 0.22
Hex 50 48 1E 0 A 3E 45 32 2D 16
Octal 120 110 36 0 12 76 105 62 55 26
Binary 1010000 1001000 11110 0 1010 111110 1000101 110010 101101 10110

Color Harmonies of #50481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50481E

Black with #50481E

Text Example


Text Example

White with #50481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50481E; }

 p { color: rgb(80,72,30); }

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

background-color css

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

 a { background-color: rgb(80,72,30); }

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

border-color css

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

 span { border-color: rgb(80,72,30); }

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