#54470A

Color #54470A Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #54470A

Tints of Bronze Olive #54470A

Color information

#54470A (or 0x54470A) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 0A. RGB value is (84,71,10). Sum of RGB (Red+Green+Blue) = 84+71+10=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54470A is #ABB8F5. Grayscale: #444444. Windows color (decimal): -11254006 or 673620. OLE color: 673620.

HSL color Cylindrical-coordinate representation of color #54470A: hue angle of 49.46º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54470A is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB847110-
CMYK00.150.880.67
HSL49.46º78.72%18.43%-
HSV(B)49.46º88.1%32.94%-
XYZ5.966.411.21-
YUV67.9395.31139.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=50.91%
G=43.03%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84711000.150.880.6749.4678.7218.43
Hex5447A0F5843314f12
Octal124107120171301036111722
Binary1010100100011110100111110110001000011110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54470A; }

 p { color: rgb(84,71,10); }

 H1.HeaderClassName
 {
   color: #54470A;
 }
 .AnyTagClassName
 {
   color: #54470A;
 }
</style>
background-color css

<style>
 a { background-color: #54470A; }

 a { background-color: rgb(84,71,10); }

 div.DivClassName
 {
   background-color: #54470A;
 }
 .BgClassName
 {
   background-color: #54470A;
 }
</style>
border-color css

<style>
 span { border-color: #54470A; }

 span { border-color: rgb(84,71,10); }

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