Html Css Color HEX #544C19 Bronze Olive

📋 copy color: '#544C19'

red 84 ◦ green 76 ◦ blue 25

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

Shades of Bronze Olive #544C19

Tints of Bronze Olive #544C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.08%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 45.41%
G = 41.08%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#544C19 (or 0x544C19) is known color: Bronze Olive. HEX triplet: 54, 4C and 19. RGB value is (84,76,25). Sum of RGB (Red+Green+Blue) = 84+76+25=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #544C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C19 is #ABB3E6. Grayscale: #484848. Windows color (decimal): -11252711 or 1657940. OLE color: 1657940.

HSL color Cylindrical-coordinate representation of color #544C19: hue angle of 51.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #544C19 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 25 -
CMYK 0 0.10 0.70 0.67
HSL 51.86º 0.54% 0.21% -
HSV(B) 51.86º 0.7% 0.33% -
XYZ 6.42 7.12 1.96 -
YUV 72.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 84 76 25 0 0.10 0.70 0.67 51.86 0.54 0.21
Hex 54 4C 19 0 A 46 43 34 36 15
Octal 124 114 31 0 12 106 103 64 66 25
Binary 1010100 1001100 11001 0 1010 1000110 1000011 110100 110110 10101

Color Harmonies of #544C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C19

Black with #544C19

Text Example


Text Example

White with #544C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,76,25); }

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

background-color css

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

 a { background-color: rgb(84,76,25); }

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

border-color css

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

 span { border-color: rgb(84,76,25); }

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