#54480A

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

Shades of Bronze Olive #54480A

Tints of Bronze Olive #54480A

Color information

#54480A (or 0x54480A) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 0A. RGB value is (84,72,10). Sum of RGB (Red+Green+Blue) = 84+72+10=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54480A is #ABB7F5. Grayscale: #444444. Windows color (decimal): -11253750 or 673876. OLE color: 673876.

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

Color convert

RGB847210-
CMYK00.140.880.67
HSL50.27º78.72%18.43%-
HSV(B)50.27º88.1%32.94%-
XYZ6.036.541.23-
YUV68.5294.98139.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=50.60%
G=43.37%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84721000.140.880.6750.2778.7218.43
Hex5448A0E5843324f12
Octal124110120161301036211722
Binary1010100100100010100111010110001000011110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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