Html Css Color HEX #544D13 Bronze Olive

📋 copy color: '#544D13'

red 84 ◦ green 77 ◦ blue 19

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

Shades of Bronze Olive #544D13

Tints of Bronze Olive #544D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.78%

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

R = 46.67%
G = 42.78%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#544D13 (or 0x544D13) is known color: Bronze Olive. HEX triplet: 54, 4D and 13. RGB value is (84,77,19). Sum of RGB (Red+Green+Blue) = 84+77+19=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #544D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D13 is #ABB2EC. Grayscale: #484848. Windows color (decimal): -11252461 or 1264980. OLE color: 1264980.

HSL color Cylindrical-coordinate representation of color #544D13: hue angle of 53.54º 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 #544D13 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 77 19 -
CMYK 0 0.08 0.77 0.67
HSL 53.54º 0.63% 0.2% -
HSV(B) 53.54º 0.77% 0.33% -
XYZ 6.43 7.24 1.67 -
YUV 72.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 84 77 19 0 0.08 0.77 0.67 53.54 0.63 0.2
Hex 54 4D 13 0 8 4D 43 36 3F 14
Octal 124 115 23 0 10 115 103 66 77 24
Binary 1010100 1001101 10011 0 1000 1001101 1000011 110110 111111 10100

Color Harmonies of #544D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544D13

Black with #544D13

Text Example


Text Example

White with #544D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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