Html Css Color HEX #504A0D Bronze Olive

📋 copy color: '#504A0D'

red 80 ◦ green 74 ◦ blue 13

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

Shades of Bronze Olive #504A0D

Tints of Bronze Olive #504A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.31%

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

R = 47.9%
G = 44.31%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#504A0D (or 0x504A0D) is known color: Bronze Olive. HEX triplet: 50, 4A and 0D. RGB value is (80,74,13). Sum of RGB (Red+Green+Blue) = 80+74+13=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A0D is #AFB5F2. Grayscale: #454545. Windows color (decimal): -11515379 or 870992. OLE color: 870992.

HSL color Cylindrical-coordinate representation of color #504A0D: hue angle of 54.63º 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 #504A0D is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 74 13 -
CMYK 0 0.08 0.84 0.69
HSL 54.63º 0.72% 0.18% -
HSV(B) 54.63º 0.84% 0.31% -
XYZ 5.83 6.63 1.35 -
YUV 68.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 80 74 13 0 0.08 0.84 0.69 54.63 0.72 0.18
Hex 50 4A D 0 8 54 45 37 48 12
Octal 120 112 15 0 10 124 105 67 110 22
Binary 1010000 1001010 1101 0 1000 1010100 1000101 110111 1001000 10010

Color Harmonies of #504A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A0D

Black with #504A0D

Text Example


Text Example

White with #504A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504A0D; }

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

 H1.HeaderClassName
 {
   color: #504A0D;
 }
 .AnyTagClassName
 {
   color: #504A0D;
 }
</style>

background-color css

<style>
 a { background-color: #504A0D; }

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

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

border-color css

<style>
 span { border-color: #504A0D; }

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

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