Html Css Color HEX #545020 Bronze Olive

📋 copy color: '#545020'

red 84 ◦ green 80 ◦ blue 32

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

Shades of Bronze Olive #545020

Tints of Bronze Olive #545020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.33%

R = 42.86%
G = 40.82%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#545020 (or 0x545020) is known color: Bronze Olive. HEX triplet: 54, 50 and 20. RGB value is (84,80,32). Sum of RGB (Red+Green+Blue) = 84+80+32=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #545020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545020 is #ABAFDF. Grayscale: #4B4B4B. Windows color (decimal): -11251680 or 2117716. OLE color: 2117716.

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

Color convert

RGB 84 80 32 -
CMYK 0 0.05 0.62 0.67
HSL 55.38º 0.45% 0.23% -
HSV(B) 55.38º 0.62% 0.33% -
XYZ 6.79 7.73 2.5 -
YUV 75.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 84 80 32 0 0.05 0.62 0.67 55.38 0.45 0.23
Hex 54 50 20 0 5 3E 43 37 2D 17
Octal 124 120 40 0 5 76 103 67 55 27
Binary 1010100 1010000 100000 0 101 111110 1000011 110111 101101 10111

Color Harmonies of #545020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545020

Black with #545020

Text Example


Text Example

White with #545020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545020; }

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

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

background-color css

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

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

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

border-color css

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

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

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