#54501b

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

Shades of Bronze Olive #54501B

Tints of Bronze Olive #54501B

Color information

#54501B (or 0x54501B) is unknown color: approx Bronze Olive. HEX triplet: 54, 50 and 1B. RGB value is (84,80,27). Sum of RGB (Red+Green+Blue) = 84+80+27=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #54501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54501B is #ABAFE4. Grayscale: #4B4B4B. Windows color (decimal): -11251685 or 1790036. OLE color: 1790036.

HSL color Cylindrical-coordinate representation of color #54501B: hue angle of 55.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #54501B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB848027-
CMYK00.050.680.67
HSL55.79º51.35%21.76%-
HSV(B)55.79º67.86%32.94%-
XYZ6.727.72.17-
YUV75.15100.83134.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=43.98%
G=41.88%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84802700.050.680.6755.7951.3521.76
Hex54501B054443383316
Octal1241203305104103706326
Binary101010010100001101101011000100100001111100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54501b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54501b; }

 p { color: rgb(84,80,27); }

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

<style>
 a { background-color: #54501b; }

 a { background-color: rgb(84,80,27); }

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

<style>
 span { border-color: #54501b; }

 span { border-color: rgb(84,80,27); }

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