#54471E

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

Shades of Bronze Olive #54471E

Tints of Bronze Olive #54471E

Color information

#54471E (or 0x54471E) is unknown color: approx Bronze Olive. HEX triplet: 54, 47 and 1E. RGB value is (84,71,30). Sum of RGB (Red+Green+Blue) = 84+71+30=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54471E is #ABB8E1. Grayscale: #464646. Windows color (decimal): -11253986 or 1984340. OLE color: 1984340.

HSL color Cylindrical-coordinate representation of color #54471E: hue angle of 45.56º 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 #54471E is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB847130-
CMYK00.150.640.67
HSL45.56º47.37%22.35%-
HSV(B)45.56º64.29%32.94%-
XYZ6.146.492.16-
YUV70.21105.31137.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=45.41%
G=38.38%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84713000.150.640.6745.5647.3722.35
Hex54471E0F40432e2f16
Octal12410736017100103565726
Binary1010100100011111110011111000000100001110111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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