Html Css Color HEX #544900 Bronze Olive

📋 copy color: '#544900'

red 84 ◦ green 73 ◦ blue 0

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

Shades of Bronze Olive #544900

Tints of Bronze Olive #544900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.5%
G = 46.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#544900 (or 0x544900) is known color: Bronze Olive. HEX triplet: 54, 49 and 00. RGB value is (84,73,0). Sum of RGB (Red+Green+Blue) = 84+73+0=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #544900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544900 is #ABB6FF. Grayscale: #444444. Windows color (decimal): -11253504 or 18772. OLE color: 18772.

HSL color Cylindrical-coordinate representation of color #544900: hue angle of 52.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #544900 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 0 -
CMYK 0 0.13 1 0.67
HSL 52.14º 1% 0.16% -
HSV(B) 52.14º 1% 0.33% -
XYZ 6.04 6.65 0.97 -
YUV 67.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 84 73 0 0 0.13 1 0.67 52.14 1 0.16
Hex 54 49 0 0 D 64 43 34 64 10
Octal 124 111 0 0 15 144 103 64 144 20
Binary 1010100 1001001 0 0 1101 1100100 1000011 110100 1100100 10000

Color Harmonies of #544900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544900

Black with #544900

Text Example


Text Example

White with #544900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544900; }

 p { color: rgb(84,73,0); }

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

background-color css

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

 a { background-color: rgb(84,73,0); }

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

border-color css

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

 span { border-color: rgb(84,73,0); }

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