Html Css Color HEX #544A17 Bronze Olive

📋 copy color: '#544A17'

red 84 ◦ green 74 ◦ blue 23

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

Shades of Bronze Olive #544A17

Tints of Bronze Olive #544A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.88%

 BLUE value IS 23 (9.38% from 255) = 12.71%

R = 46.41%
G = 40.88%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#544A17 (or 0x544A17) is known color: Bronze Olive. HEX triplet: 54, 4A and 17. RGB value is (84,74,23). Sum of RGB (Red+Green+Blue) = 84+74+23=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544A17 is #ABB5E8. Grayscale: #474747. Windows color (decimal): -11253225 or 1526356. OLE color: 1526356.

HSL color Cylindrical-coordinate representation of color #544A17: hue angle of 50.16º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #544A17 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 74 23 -
CMYK 0 0.12 0.73 0.67
HSL 50.16º 0.57% 0.21% -
HSV(B) 50.16º 0.73% 0.33% -
XYZ 6.26 6.84 1.8 -
YUV 71.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 84 74 23 0 0.12 0.73 0.67 50.16 0.57 0.21
Hex 54 4A 17 0 C 49 43 32 39 15
Octal 124 112 27 0 14 111 103 62 71 25
Binary 1010100 1001010 10111 0 1100 1001001 1000011 110010 111001 10101

Color Harmonies of #544A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A17

Black with #544A17

Text Example


Text Example

White with #544A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544A17; }

 p { color: rgb(84,74,23); }

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

background-color css

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

 a { background-color: rgb(84,74,23); }

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

border-color css

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

 span { border-color: rgb(84,74,23); }

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