Html Css Color HEX #544716 Bronze Olive

📋 copy color: '#544716'

red 84 ◦ green 71 ◦ blue 22

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

Shades of Bronze Olive #544716

Tints of Bronze Olive #544716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 47.46%
G = 40.11%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#544716 (or 0x544716) is known color: Bronze Olive. HEX triplet: 54, 47 and 16. RGB value is (84,71,22). Sum of RGB (Red+Green+Blue) = 84+71+22=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #544716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544716 is #ABB8E9. Grayscale: #454545. Windows color (decimal): -11253994 or 1460052. OLE color: 1460052.

HSL color Cylindrical-coordinate representation of color #544716: hue angle of 47.42º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #544716 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 22 -
CMYK 0 0.15 0.74 0.67
HSL 47.42º 0.58% 0.21% -
HSV(B) 47.42º 0.74% 0.33% -
XYZ 6.05 6.45 1.68 -
YUV 69.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 84 71 22 0 0.15 0.74 0.67 47.42 0.58 0.21
Hex 54 47 16 0 F 4A 43 2F 3A 15
Octal 124 107 26 0 17 112 103 57 72 25
Binary 1010100 1000111 10110 0 1111 1001010 1000011 101111 111010 10101

Color Harmonies of #544716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544716

Black with #544716

Text Example


Text Example

White with #544716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544716; }

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

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

background-color css

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

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

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

border-color css

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

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

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