Html Css Color HEX #544E15 Bronze Olive

📋 copy color: '#544E15'

red 84 ◦ green 78 ◦ blue 21

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

Shades of Bronze Olive #544E15

Tints of Bronze Olive #544E15

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.62%

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 45.9%
G = 42.62%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#544E15 (or 0x544E15) is known color: Bronze Olive. HEX triplet: 54, 4E and 15. RGB value is (84,78,21). Sum of RGB (Red+Green+Blue) = 84+78+21=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E15 is #ABB1EA. Grayscale: #494949. Windows color (decimal): -11252203 or 1396308. OLE color: 1396308.

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

Color convert

RGB 84 78 21 -
CMYK 0 0.07 0.75 0.67
HSL 54.29º 0.6% 0.21% -
HSV(B) 54.29º 0.75% 0.33% -
XYZ 6.52 7.39 1.79 -
YUV 73.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 84 78 21 0 0.07 0.75 0.67 54.29 0.6 0.21
Hex 54 4E 15 0 7 4B 43 36 3C 15
Octal 124 116 25 0 7 113 103 66 74 25
Binary 1010100 1001110 10101 0 111 1001011 1000011 110110 111100 10101

Color Harmonies of #544E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544E15

Black with #544E15

Text Example


Text Example

White with #544E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,78,21); }

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

background-color css

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

 a { background-color: rgb(84,78,21); }

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

border-color css

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

 span { border-color: rgb(84,78,21); }

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