Html Css Color HEX #544A29 Bronze Olive

📋 copy color: '#544A29'

red 84 ◦ green 74 ◦ blue 41

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

Shades of Bronze Olive #544A29

Tints of Bronze Olive #544A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.19%

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

R = 42.21%
G = 37.19%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#544A29 (or 0x544A29) is known color: Bronze Olive. HEX triplet: 54, 4A and 29. RGB value is (84,74,41). Sum of RGB (Red+Green+Blue) = 84+74+41=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #544A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A29 is #ABB5D6. Grayscale: #494949. Windows color (decimal): -11253207 or 2706004. OLE color: 2706004.

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

Color convert

RGB 84 74 41 -
CMYK 0 0.12 0.51 0.67
HSL 46.05º 0.34% 0.25% -
HSV(B) 46.05º 0.51% 0.33% -
XYZ 6.51 6.94 3.09 -
YUV 73.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 84 74 41 0 0.12 0.51 0.67 46.05 0.34 0.25
Hex 54 4A 29 0 C 33 43 2E 22 19
Octal 124 112 51 0 14 63 103 56 42 31
Binary 1010100 1001010 101001 0 1100 110011 1000011 101110 100010 11001

Color Harmonies of #544A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A29

Black with #544A29

Text Example


Text Example

White with #544A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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