#54471F

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

Shades of Bronze Olive #54471F

Tints of Bronze Olive #54471F

Color information

#54471F (or 0x54471F) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 1F. RGB value is (84,71,31). Sum of RGB (Red+Green+Blue) = 84+71+31=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54471F is #ABB8E0. Grayscale: #464646. Windows color (decimal): -11253985 or 2049876. OLE color: 2049876.

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

Color convert

RGB847131-
CMYK00.150.630.67
HSL45.28º46.09%22.55%-
HSV(B)45.28º63.1%32.94%-
XYZ6.166.492.22-
YUV70.33105.81137.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=45.16%
G=38.17%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84713100.150.630.6745.2846.0922.55
Hex54471F0F3F432d2e17
Octal1241073701777103555627
Binary101010010001111111101111111111100001110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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