Html Css Color HEX #50480D Bronze Olive

📋 copy color: '#50480D'

red 80 ◦ green 72 ◦ blue 13

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

Shades of Bronze Olive #50480D

Tints of Bronze Olive #50480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 48.48%
G = 43.64%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50480D (or 0x50480D) is known color: Bronze Olive. HEX triplet: 50, 48 and 0D. RGB value is (80,72,13). Sum of RGB (Red+Green+Blue) = 80+72+13=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50480D is #AFB7F2. Grayscale: #434343. Windows color (decimal): -11515891 or 870480. OLE color: 870480.

HSL color Cylindrical-coordinate representation of color #50480D: hue angle of 52.84º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50480D is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 13 -
CMYK 0 0.10 0.84 0.69
HSL 52.84º 0.72% 0.18% -
HSV(B) 52.84º 0.84% 0.31% -
XYZ 5.7 6.37 1.31 -
YUV 67.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 80 72 13 0 0.10 0.84 0.69 52.84 0.72 0.18
Hex 50 48 D 0 A 54 45 35 48 12
Octal 120 110 15 0 12 124 105 65 110 22
Binary 1010000 1001000 1101 0 1010 1010100 1000101 110101 1001000 10010

Color Harmonies of #50480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50480D

Black with #50480D

Text Example


Text Example

White with #50480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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