Html Css Color HEX #544600 Bronze Olive

📋 copy color: '#544600'

red 84 ◦ green 70 ◦ blue 0

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

Shades of Bronze Olive #544600

Tints of Bronze Olive #544600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.45%

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

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#544600 (or 0x544600) is known color: Bronze Olive. HEX triplet: 54, 46 and 00. RGB value is (84,70,0). Sum of RGB (Red+Green+Blue) = 84+70+0=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #544600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544600 is #ABB9FF. Grayscale: #424242. Windows color (decimal): -11254272 or 18004. OLE color: 18004.

HSL color Cylindrical-coordinate representation of color #544600: hue angle of 50º 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 #544600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 70 0 -
CMYK 0 0.17 1 0.67
HSL 50º 1% 0.16% -
HSV(B) 50º 1% 0.33% -
XYZ 5.85 6.27 0.9 -
YUV 66.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 84 70 0 0 0.17 1 0.67 50 1 0.16
Hex 54 46 0 0 11 64 43 32 64 10
Octal 124 106 0 0 21 144 103 62 144 20
Binary 1010100 1000110 0 0 10001 1100100 1000011 110010 1100100 10000

Color Harmonies of #544600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544600

Black with #544600

Text Example


Text Example

White with #544600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544600; }

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

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

background-color css

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

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

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

border-color css

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

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

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