Html Css Color HEX #544A09 Bronze Olive

📋 copy color: '#544A09'

red 84 ◦ green 74 ◦ blue 9

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

Shades of Bronze Olive #544A09

Tints of Bronze Olive #544A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.31%

 BLUE value IS 9 (3.91% from 255) = 5.39%

R = 50.3%
G = 44.31%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#544A09 (or 0x544A09) is known color: Bronze Olive. HEX triplet: 54, 4A and 09. RGB value is (84,74,9). Sum of RGB (Red+Green+Blue) = 84+74+9=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #544A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A09 is #ABB5F6. Grayscale: #454545. Windows color (decimal): -11253239 or 608852. OLE color: 608852.

HSL color Cylindrical-coordinate representation of color #544A09: hue angle of 52º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #544A09 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 74 9 -
CMYK 0 0.12 0.89 0.67
HSL 52º 0.81% 0.18% -
HSV(B) 52º 0.89% 0.33% -
XYZ 6.15 6.8 1.25 -
YUV 69.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 84 74 9 0 0.12 0.89 0.67 52 0.81 0.18
Hex 54 4A 9 0 C 59 43 34 51 12
Octal 124 112 11 0 14 131 103 64 121 22
Binary 1010100 1001010 1001 0 1100 1011001 1000011 110100 1010001 10010

Color Harmonies of #544A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A09

Black with #544A09

Text Example


Text Example

White with #544A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544A09; }

 p { color: rgb(84,74,9); }

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

background-color css

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

 a { background-color: rgb(84,74,9); }

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

border-color css

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

 span { border-color: rgb(84,74,9); }

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