Html Css Color HEX #544700 Bronze Olive

📋 copy color: '#544700'

red 84 ◦ green 71 ◦ blue 0

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

Shades of Bronze Olive #544700

Tints of Bronze Olive #544700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.81%

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

R = 54.19%
G = 45.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#544700 (or 0x544700) is known color: Bronze Olive. HEX triplet: 54, 47 and 00. RGB value is (84,71,0). Sum of RGB (Red+Green+Blue) = 84+71+0=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #544700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544700 is #ABB8FF. Grayscale: #434343. Windows color (decimal): -11254016 or 18260. OLE color: 18260.

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

Color convert

RGB 84 71 0 -
CMYK 0 0.15 1 0.67
HSL 50.71º 1% 0.16% -
HSV(B) 50.71º 1% 0.33% -
XYZ 5.91 6.39 0.92 -
YUV 66.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 84 71 0 0 0.15 1 0.67 50.71 1 0.16
Hex 54 47 0 0 F 64 43 33 64 10
Octal 124 107 0 0 17 144 103 63 144 20
Binary 1010100 1000111 0 0 1111 1100100 1000011 110011 1100100 10000

Color Harmonies of #544700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544700

Black with #544700

Text Example


Text Example

White with #544700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544700; }

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

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

background-color css

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

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

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

border-color css

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

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

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