Html Css Color HEX #545015 Bronze Olive

📋 copy color: '#545015'

red 84 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #545015

Tints of Bronze Olive #545015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 45.41%
G = 43.24%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#545015 (or 0x545015) is known color: Bronze Olive. HEX triplet: 54, 50 and 15. RGB value is (84,80,21). Sum of RGB (Red+Green+Blue) = 84+80+21=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #545015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545015 is #ABAFEA. Grayscale: #4A4A4A. Windows color (decimal): -11251691 or 1396820. OLE color: 1396820.

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

Color convert

RGB 84 80 21 -
CMYK 0 0.05 0.75 0.67
HSL 56.19º 0.6% 0.21% -
HSV(B) 56.19º 0.75% 0.33% -
XYZ 6.66 7.68 1.84 -
YUV 74.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 84 80 21 0 0.05 0.75 0.67 56.19 0.6 0.21
Hex 54 50 15 0 5 4B 43 38 3C 15
Octal 124 120 25 0 5 113 103 70 74 25
Binary 1010100 1010000 10101 0 101 1001011 1000011 111000 111100 10101

Color Harmonies of #545015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545015

Black with #545015

Text Example


Text Example

White with #545015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545015; }

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

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

background-color css

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

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

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

border-color css

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

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

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