Html Css Color HEX #544500 Bronze Olive

📋 copy color: '#544500'

red 84 ◦ green 69 ◦ blue 0

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

Shades of Bronze Olive #544500

Tints of Bronze Olive #544500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

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

R = 54.9%
G = 45.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#544500 (or 0x544500) is known color: Bronze Olive. HEX triplet: 54, 45 and 00. RGB value is (84,69,0). Sum of RGB (Red+Green+Blue) = 84+69+0=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #544500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544500 is #ABBAFF. Grayscale: #414141. Windows color (decimal): -11254528 or 17748. OLE color: 17748.

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

Color convert

RGB 84 69 0 -
CMYK 0 0.18 1 0.67
HSL 49.29º 1% 0.16% -
HSV(B) 49.29º 1% 0.33% -
XYZ 5.78 6.14 0.88 -
YUV 65.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 84 69 0 0 0.18 1 0.67 49.29 1 0.16
Hex 54 45 0 0 12 64 43 31 64 10
Octal 124 105 0 0 22 144 103 61 144 20
Binary 1010100 1000101 0 0 10010 1100100 1000011 110001 1100100 10000

Color Harmonies of #544500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544500

Black with #544500

Text Example


Text Example

White with #544500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544500; }

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

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

background-color css

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

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

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

border-color css

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

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

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