Html Css Color HEX #544D06 Bronze Olive

📋 copy color: '#544D06'

red 84 ◦ green 77 ◦ blue 6

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

Shades of Bronze Olive #544D06

Tints of Bronze Olive #544D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.11%

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 50.3%
G = 46.11%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#544D06 (or 0x544D06) is known color: Bronze Olive. HEX triplet: 54, 4D and 06. RGB value is (84,77,6). Sum of RGB (Red+Green+Blue) = 84+77+6=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #544D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D06 is #ABB2F9. Grayscale: #474747. Windows color (decimal): -11252474 or 413012. OLE color: 413012.

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

Color convert

RGB 84 77 6 -
CMYK 0 0.08 0.93 0.67
HSL 54.62º 0.87% 0.18% -
HSV(B) 54.62º 0.93% 0.33% -
XYZ 6.34 7.21 1.23 -
YUV 71 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 84 77 6 0 0.08 0.93 0.67 54.62 0.87 0.18
Hex 54 4D 6 0 8 5D 43 37 57 12
Octal 124 115 6 0 10 135 103 67 127 22
Binary 1010100 1001101 110 0 1000 1011101 1000011 110111 1010111 10010

Color Harmonies of #544D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D06

Black with #544D06

Text Example


Text Example

White with #544D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,77,6); }

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

background-color css

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

 a { background-color: rgb(84,77,6); }

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

border-color css

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

 span { border-color: rgb(84,77,6); }

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