Html Css Color HEX #54490D Bronze Olive

📋 copy color: '#54490D'

red 84 ◦ green 73 ◦ blue 13

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

Shades of Bronze Olive #54490D

Tints of Bronze Olive #54490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.65%

R = 49.41%
G = 42.94%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54490D (or 0x54490D) is known color: Bronze Olive. HEX triplet: 54, 49 and 0D. RGB value is (84,73,13). Sum of RGB (Red+Green+Blue) = 84+73+13=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54490D is #ABB6F2. Grayscale: #454545. Windows color (decimal): -11253491 or 870740. OLE color: 870740.

HSL color Cylindrical-coordinate representation of color #54490D: hue angle of 50.7º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54490D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 13 -
CMYK 0 0.13 0.85 0.67
HSL 50.7º 0.73% 0.19% -
HSV(B) 50.7º 0.85% 0.33% -
XYZ 6.11 6.68 1.35 -
YUV 69.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 84 73 13 0 0.13 0.85 0.67 50.7 0.73 0.19
Hex 54 49 D 0 D 55 43 33 49 13
Octal 124 111 15 0 15 125 103 63 111 23
Binary 1010100 1001001 1101 0 1101 1010101 1000011 110011 1001001 10011

Color Harmonies of #54490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54490D

Black with #54490D

Text Example


Text Example

White with #54490D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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