Html Css Color HEX #545014 Bronze Olive

📋 copy color: '#545014'

red 84 ◦ green 80 ◦ blue 20

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

Shades of Bronze Olive #545014

Tints of Bronze Olive #545014

RGB

 RED value IS 84 (33.2% from 255) = 45.65%

 GREEN value IS 80 (31.64% from 255) = 43.48%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 45.65%
G = 43.48%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#545014 (or 0x545014) is known color: Bronze Olive. HEX triplet: 54, 50 and 14. RGB value is (84,80,20). Sum of RGB (Red+Green+Blue) = 84+80+20=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #545014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545014 is #ABAFEB. Grayscale: #4A4A4A. Windows color (decimal): -11251692 or 1331284. OLE color: 1331284.

HSL color Cylindrical-coordinate representation of color #545014: hue angle of 56.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #545014 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 20 -
CMYK 0 0.05 0.76 0.67
HSL 56.25º 0.62% 0.2% -
HSV(B) 56.25º 0.76% 0.33% -
XYZ 6.65 7.67 1.79 -
YUV 74.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 84 80 20 0 0.05 0.76 0.67 56.25 0.62 0.2
Hex 54 50 14 0 5 4C 43 38 3E 14
Octal 124 120 24 0 5 114 103 70 76 24
Binary 1010100 1010000 10100 0 101 1001100 1000011 111000 111110 10100

Color Harmonies of #545014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545014

Black with #545014

Text Example


Text Example

White with #545014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545014; }

 p { color: rgb(84,80,20); }

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

background-color css

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

 a { background-color: rgb(84,80,20); }

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

border-color css

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

 span { border-color: rgb(84,80,20); }

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