Html Css Color HEX #54491C Bronze Olive

📋 copy color: '#54491C'

red 84 ◦ green 73 ◦ blue 28

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

Shades of Bronze Olive #54491C

Tints of Bronze Olive #54491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 45.41%
G = 39.46%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#54491C (or 0x54491C) is known color: Bronze Olive. HEX triplet: 54, 49 and 1C. RGB value is (84,73,28). Sum of RGB (Red+Green+Blue) = 84+73+28=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54491C is #ABB6E3. Grayscale: #474747. Windows color (decimal): -11253476 or 1853780. OLE color: 1853780.

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

Color convert

RGB 84 73 28 -
CMYK 0 0.13 0.67 0.67
HSL 48.21º 0.5% 0.22% -
HSV(B) 48.21º 0.67% 0.33% -
XYZ 6.25 6.73 2.07 -
YUV 71.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 84 73 28 0 0.13 0.67 0.67 48.21 0.5 0.22
Hex 54 49 1C 0 D 43 43 30 32 16
Octal 124 111 34 0 15 103 103 60 62 26
Binary 1010100 1001001 11100 0 1101 1000011 1000011 110000 110010 10110

Color Harmonies of #54491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54491C

Black with #54491C

Text Example


Text Example

White with #54491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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