#554E27

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

Shades of Bronze Olive #554E27

Tints of Bronze Olive #554E27

Color information

#554E27 (or 0x554E27) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 27. RGB value is (85,78,39). Sum of RGB (Red+Green+Blue) = 85+78+39=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #554E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E27 is #AAB1D8. Grayscale: #4B4B4B. Windows color (decimal): -11186649 or 2575957. OLE color: 2575957.

HSL color Cylindrical-coordinate representation of color #554E27: hue angle of 50.87º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554E27 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB857839-
CMYK00.080.540.67
HSL50.87º37.1%24.31%-
HSV(B)50.87º54.12%33.33%-
XYZ6.847.533.01-
YUV75.65107.32134.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=42.08%
G=38.61%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85783900.080.540.6750.8737.124.31
Hex554E27083643332518
Octal1251164701066103634530
Binary1010101100111010011101000110110100001111001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554E27; }

 p { color: rgb(85,78,39); }

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

<style>
 a { background-color: #554E27; }

 a { background-color: rgb(85,78,39); }

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

<style>
 span { border-color: #554E27; }

 span { border-color: rgb(85,78,39); }

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