#54470F

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

Shades of Bronze Olive #54470F

Tints of Bronze Olive #54470F

Color information

#54470F (or 0x54470F) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 0F. RGB value is (84,71,15). Sum of RGB (Red+Green+Blue) = 84+71+15=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54470F is #ABB8F0. Grayscale: #444444. Windows color (decimal): -11254001 or 1001300. OLE color: 1001300.

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

Color convert

RGB847115-
CMYK00.150.820.67
HSL48.7º69.7%19.41%-
HSV(B)48.7º82.14%32.94%-
XYZ66.431.38-
YUV68.597.81139.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=49.41%
G=41.76%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84711500.150.820.6748.769.719.41
Hex5447F0F5243314613
Octal124107170171221036110623
Binary1010100100011111110111110100101000011110001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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