#54481F

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

Shades of Bronze Olive #54481F

Tints of Bronze Olive #54481F

Color information

#54481F (or 0x54481F) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 1F. RGB value is (84,72,31). Sum of RGB (Red+Green+Blue) = 84+72+31=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #54481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481F is #ABB7E0. Grayscale: #474747. Windows color (decimal): -11253729 or 2050132. OLE color: 2050132.

HSL color Cylindrical-coordinate representation of color #54481F: hue angle of 46.42º 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 #54481F is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB847231-
CMYK00.140.630.67
HSL46.42º46.09%22.55%-
HSV(B)46.42º63.1%32.94%-
XYZ6.226.622.25-
YUV70.91105.48137.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=44.92%
G=38.50%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84723100.140.630.6746.4246.0922.55
Hex54481F0E3F432e2e17
Octal1241103701677103565627
Binary101010010010001111101110111111100001110111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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