#554F27

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

Shades of Bronze Olive #554F27

Tints of Bronze Olive #554F27

Color information

#554F27 (or 0x554F27) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 27. RGB value is (85,79,39). Sum of RGB (Red+Green+Blue) = 85+79+39=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F27 is #AAB0D8. Grayscale: #4C4C4C. Windows color (decimal): -11186393 or 2576213. OLE color: 2576213.

HSL color Cylindrical-coordinate representation of color #554F27: hue angle of 52.17º 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 #554F27 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB857939-
CMYK00.070.540.67
HSL52.17º37.1%24.31%-
HSV(B)52.17º54.12%33.33%-
XYZ6.917.673.04-
YUV76.23106.99134.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=41.87%
G=38.92%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85793900.070.540.6752.1737.124.31
Hex554F27073643342518
Octal125117470766103644530
Binary101010110011111001110111110110100001111010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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