Html Css Color HEX #544929 Bronze Olive

📋 copy color: '#544929'

red 84 ◦ green 73 ◦ blue 41

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

Shades of Bronze Olive #544929

Tints of Bronze Olive #544929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 42.42%
G = 36.87%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#544929 (or 0x544929) is known color: Bronze Olive. HEX triplet: 54, 49 and 29. RGB value is (84,73,41). Sum of RGB (Red+Green+Blue) = 84+73+41=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #544929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544929 is #ABB6D6. Grayscale: #484848. Windows color (decimal): -11253463 or 2705748. OLE color: 2705748.

HSL color Cylindrical-coordinate representation of color #544929: hue angle of 44.65º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544929 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 41 -
CMYK 0 0.13 0.51 0.67
HSL 44.65º 0.34% 0.25% -
HSV(B) 44.65º 0.51% 0.33% -
XYZ 6.44 6.81 3.07 -
YUV 72.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 84 73 41 0 0.13 0.51 0.67 44.65 0.34 0.25
Hex 54 49 29 0 D 33 43 2D 22 19
Octal 124 111 51 0 15 63 103 55 42 31
Binary 1010100 1001001 101001 0 1101 110011 1000011 101101 100010 11001

Color Harmonies of #544929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544929

Black with #544929

Text Example


Text Example

White with #544929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544929; }

 p { color: rgb(84,73,41); }

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

background-color css

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

 a { background-color: rgb(84,73,41); }

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

border-color css

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

 span { border-color: rgb(84,73,41); }

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