Html Css Color HEX #545013 Bronze Olive

📋 copy color: '#545013'

red 84 ◦ green 80 ◦ blue 19

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

Shades of Bronze Olive #545013

Tints of Bronze Olive #545013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 45.9%
G = 43.72%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#545013 (or 0x545013) is known color: Bronze Olive. HEX triplet: 54, 50 and 13. RGB value is (84,80,19). Sum of RGB (Red+Green+Blue) = 84+80+19=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #545013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545013 is #ABAFEC. Grayscale: #4A4A4A. Windows color (decimal): -11251693 or 1265748. OLE color: 1265748.

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

Color convert

RGB 84 80 19 -
CMYK 0 0.05 0.77 0.67
HSL 56.31º 0.63% 0.2% -
HSV(B) 56.31º 0.77% 0.33% -
XYZ 6.64 7.67 1.75 -
YUV 74.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 84 80 19 0 0.05 0.77 0.67 56.31 0.63 0.2
Hex 54 50 13 0 5 4D 43 38 3F 14
Octal 124 120 23 0 5 115 103 70 77 24
Binary 1010100 1010000 10011 0 101 1001101 1000011 111000 111111 10100

Color Harmonies of #545013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545013

Black with #545013

Text Example


Text Example

White with #545013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545013; }

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

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

background-color css

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

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

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

border-color css

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

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

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