#54481D

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

Shades of Bronze Olive #54481D

Tints of Bronze Olive #54481D

Color information

#54481D (or 0x54481D) is unknown color: approx Bronze Olive. HEX triplet: 54, 48 and 1D. RGB value is (84,72,29). Sum of RGB (Red+Green+Blue) = 84+72+29=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54481D is #ABB7E2. Grayscale: #464646. Windows color (decimal): -11253731 or 1919060. OLE color: 1919060.

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

Color convert

RGB847229-
CMYK00.140.650.67
HSL46.91º48.67%22.16%-
HSV(B)46.91º65.48%32.94%-
XYZ6.26.612.11-
YUV70.69104.48137.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=45.41%
G=38.92%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84722900.140.650.6746.9148.6722.16
Hex54481D0E41432f3116
Octal12411035016101103576126
Binary1010100100100011101011101000001100001110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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