#54480D

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

Shades of Bronze Olive #54480D

Tints of Bronze Olive #54480D

Color information

#54480D (or 0x54480D) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 0D. RGB value is (84,72,13). Sum of RGB (Red+Green+Blue) = 84+72+13=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54480D is #ABB7F2. Grayscale: #454545. Windows color (decimal): -11253747 or 870484. OLE color: 870484.

HSL color Cylindrical-coordinate representation of color #54480D: hue angle of 49.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54480D is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB847213-
CMYK00.140.850.67
HSL49.86º73.2%19.02%-
HSV(B)49.86º84.52%32.94%-
XYZ6.056.551.33-
YUV68.8696.48138.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 13 (5.47% from 255) = 7.69%
R=49.70%
G=42.60%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84721300.140.850.6749.8673.219.02
Hex5448D0E5543324913
Octal124110150161251036211123
Binary1010100100100011010111010101011000011110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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