#54480F

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

Shades of Bronze Olive #54480F

Tints of Bronze Olive #54480F

Color information

#54480F (or 0x54480F) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 0F. RGB value is (84,72,15). Sum of RGB (Red+Green+Blue) = 84+72+15=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54480F is #ABB7F0. Grayscale: #454545. Windows color (decimal): -11253745 or 1001556. OLE color: 1001556.

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

Color convert

RGB847215-
CMYK00.140.820.67
HSL49.57º69.7%19.41%-
HSV(B)49.57º82.14%32.94%-
XYZ6.066.551.4-
YUV69.0997.48138.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=49.12%
G=42.11%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84721500.140.820.6749.5769.719.41
Hex5448F0E5243324613
Octal124110170161221036210623
Binary1010100100100011110111010100101000011110010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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