Html Css Color HEX #545018 Bronze Olive

📋 copy color: '#545018'

red 84 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #545018

Tints of Bronze Olive #545018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 44.68%
G = 42.55%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#545018 (or 0x545018) is known color: Bronze Olive. HEX triplet: 54, 50 and 18. RGB value is (84,80,24). Sum of RGB (Red+Green+Blue) = 84+80+24=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #545018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545018 is #ABAFE7. Grayscale: #4B4B4B. Windows color (decimal): -11251688 or 1593428. OLE color: 1593428.

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

Color convert

RGB 84 80 24 -
CMYK 0 0.05 0.71 0.67
HSL 56º 0.56% 0.21% -
HSV(B) 56º 0.71% 0.33% -
XYZ 6.69 7.69 2 -
YUV 74.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 84 80 24 0 0.05 0.71 0.67 56 0.56 0.21
Hex 54 50 18 0 5 47 43 38 38 15
Octal 124 120 30 0 5 107 103 70 70 25
Binary 1010100 1010000 11000 0 101 1000111 1000011 111000 111000 10101

Color Harmonies of #545018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545018

Black with #545018

Text Example


Text Example

White with #545018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545018; }

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

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

background-color css

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

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

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

border-color css

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

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

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