Html Css Color HEX #544916 Bronze Olive

📋 copy color: '#544916'

red 84 ◦ green 73 ◦ blue 22

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

Shades of Bronze Olive #544916

Tints of Bronze Olive #544916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

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

R = 46.93%
G = 40.78%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#544916 (or 0x544916) is known color: Bronze Olive. HEX triplet: 54, 49 and 16. RGB value is (84,73,22). Sum of RGB (Red+Green+Blue) = 84+73+22=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #544916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544916 is #ABB6E9. Grayscale: #464646. Windows color (decimal): -11253482 or 1460564. OLE color: 1460564.

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

Color convert

RGB 84 73 22 -
CMYK 0 0.13 0.74 0.67
HSL 49.35º 0.58% 0.21% -
HSV(B) 49.35º 0.74% 0.33% -
XYZ 6.18 6.71 1.73 -
YUV 70.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 84 73 22 0 0.13 0.74 0.67 49.35 0.58 0.21
Hex 54 49 16 0 D 4A 43 31 3A 15
Octal 124 111 26 0 15 112 103 61 72 25
Binary 1010100 1001001 10110 0 1101 1001010 1000011 110001 111010 10101

Color Harmonies of #544916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544916

Black with #544916

Text Example


Text Example

White with #544916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544916; }

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

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

background-color css

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

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

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

border-color css

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

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

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