#54421F

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

Shades of Bronze Olive #54421F

Tints of Bronze Olive #54421F

Color information

#54421F (or 0x54421F) is unknown color: approx Bronze Olive. HEX triplet: 54, 42 and 1F. RGB value is (84,66,31). Sum of RGB (Red+Green+Blue) = 84+66+31=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54421F is #ABBDE0. Grayscale: #434343. Windows color (decimal): -11255265 or 2048596. OLE color: 2048596.

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

Color convert

RGB846631-
CMYK00.210.630.67
HSL39.62º46.09%22.55%-
HSV(B)39.62º63.1%32.94%-
XYZ5.855.882.12-
YUV67.39107.46139.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=46.41%
G=36.46%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84663100.210.630.6739.6246.0922.55
Hex54421F0153F43282e17
Octal1241023702577103505627
Binary1010100100001011111010101111111100001110100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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