Html Css Color HEX #544E13 Bronze Olive

📋 copy color: '#544E13'

red 84 ◦ green 78 ◦ blue 19

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

Shades of Bronze Olive #544E13

Tints of Bronze Olive #544E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 46.41%
G = 43.09%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#544E13 (or 0x544E13) is known color: Bronze Olive. HEX triplet: 54, 4E and 13. RGB value is (84,78,19). Sum of RGB (Red+Green+Blue) = 84+78+19=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E13 is #ABB1EC. Grayscale: #494949. Windows color (decimal): -11252205 or 1265236. OLE color: 1265236.

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

Color convert

RGB 84 78 19 -
CMYK 0 0.07 0.77 0.67
HSL 54.46º 0.63% 0.2% -
HSV(B) 54.46º 0.77% 0.33% -
XYZ 6.5 7.38 1.7 -
YUV 73.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 84 78 19 0 0.07 0.77 0.67 54.46 0.63 0.2
Hex 54 4E 13 0 7 4D 43 36 3F 14
Octal 124 116 23 0 7 115 103 66 77 24
Binary 1010100 1001110 10011 0 111 1001101 1000011 110110 111111 10100

Color Harmonies of #544E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544E13

Black with #544E13

Text Example


Text Example

White with #544E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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