Html Css Color HEX #54491D Bronze Olive

📋 copy color: '#54491D'

red 84 ◦ green 73 ◦ blue 29

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

Shades of Bronze Olive #54491D

Tints of Bronze Olive #54491D

RGB

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

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

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

R = 45.16%
G = 39.25%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54491D (or 0x54491D) is known color: Bronze Olive. HEX triplet: 54, 49 and 1D. RGB value is (84,73,29). Sum of RGB (Red+Green+Blue) = 84+73+29=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54491D is #ABB6E2. Grayscale: #474747. Windows color (decimal): -11253475 or 1919316. OLE color: 1919316.

HSL color Cylindrical-coordinate representation of color #54491D: hue angle of 48º 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 #54491D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 29 -
CMYK 0 0.13 0.65 0.67
HSL 48º 0.49% 0.22% -
HSV(B) 48º 0.65% 0.33% -
XYZ 6.26 6.74 2.13 -
YUV 71.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 84 73 29 0 0.13 0.65 0.67 48 0.49 0.22
Hex 54 49 1D 0 D 41 43 30 31 16
Octal 124 111 35 0 15 101 103 60 61 26
Binary 1010100 1001001 11101 0 1101 1000001 1000011 110000 110001 10110

Color Harmonies of #54491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54491D

Black with #54491D

Text Example


Text Example

White with #54491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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