#54511D

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

Shades of Bronze Olive #54511D

Tints of Bronze Olive #54511D

Color information

#54511D (or 0x54511D) is unknown color: approx Bronze Olive. HEX triplet: 54, 51 and 1D. RGB value is (84,81,29). Sum of RGB (Red+Green+Blue) = 84+81+29=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54511D is #ABAEE2. Grayscale: #4C4C4C. Windows color (decimal): -11251427 or 1921364. OLE color: 1921364.

HSL color Cylindrical-coordinate representation of color #54511D: hue angle of 56.73º 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 #54511D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB848129-
CMYK00.040.650.67
HSL56.73º48.67%22.16%-
HSV(B)56.73º65.48%32.94%-
XYZ6.827.862.32-
YUV75.97101.49133.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=43.30%
G=41.75%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84812900.040.650.6756.7348.6722.16
Hex54511D044143393116
Octal1241213504101103716126
Binary101010010100011110101001000001100001111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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