#54461E

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

Shades of Bronze Olive #54461E

Tints of Bronze Olive #54461E

Color information

#54461E (or 0x54461E) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 1E. RGB value is (84,70,30). Sum of RGB (Red+Green+Blue) = 84+70+30=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54461E is #ABB9E1. Grayscale: #454545. Windows color (decimal): -11254242 or 1984084. OLE color: 1984084.

HSL color Cylindrical-coordinate representation of color #54461E: hue angle of 44.44º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54461E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB847030-
CMYK00.170.640.67
HSL44.44º47.37%22.35%-
HSV(B)44.44º64.29%32.94%-
XYZ6.086.362.14-
YUV69.63105.64138.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=45.65%
G=38.04%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84703000.170.640.6744.4447.3722.35
Hex54461E01140432c2f16
Octal12410636021100103545726
Binary10101001000110111100100011000000100001110110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54461E; }

 p { color: rgb(84,70,30); }

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

<style>
 a { background-color: #54461E; }

 a { background-color: rgb(84,70,30); }

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

<style>
 span { border-color: #54461E; }

 span { border-color: rgb(84,70,30); }

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