Html Css Color HEX #544E1D Bronze Olive

📋 copy color: '#544E1D'

red 84 ◦ green 78 ◦ blue 29

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

Shades of Bronze Olive #544E1D

Tints of Bronze Olive #544E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 43.98%
G = 40.84%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#544E1D (or 0x544E1D) is known color: Bronze Olive. HEX triplet: 54, 4E and 1D. RGB value is (84,78,29). Sum of RGB (Red+Green+Blue) = 84+78+29=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #544E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E1D is #ABB1E2. Grayscale: #4A4A4A. Windows color (decimal): -11252195 or 1920596. OLE color: 1920596.

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

Color convert

RGB 84 78 29 -
CMYK 0 0.07 0.65 0.67
HSL 53.45º 0.49% 0.22% -
HSV(B) 53.45º 0.65% 0.33% -
XYZ 6.6 7.42 2.25 -
YUV 74.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 84 78 29 0 0.07 0.65 0.67 53.45 0.49 0.22
Hex 54 4E 1D 0 7 41 43 35 31 16
Octal 124 116 35 0 7 101 103 65 61 26
Binary 1010100 1001110 11101 0 111 1000001 1000011 110101 110001 10110

Color Harmonies of #544E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544E1D

Black with #544E1D

Text Example


Text Example

White with #544E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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