#554927

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

Shades of Bronze Olive #554927

Tints of Bronze Olive #554927

Color information

#554927 (or 0x554927) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 27. RGB value is (85,73,39). Sum of RGB (Red+Green+Blue) = 85+73+39=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554927 is #AAB6D8. Grayscale: #484848. Windows color (decimal): -11187929 or 2574677. OLE color: 2574677.

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

Color convert

RGB857339-
CMYK00.140.540.67
HSL44.35º37.1%24.31%-
HSV(B)44.35º54.12%33.33%-
XYZ6.56.842.9-
YUV72.71108.98136.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=43.15%
G=37.06%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85733900.140.540.6744.3537.124.31
Hex5549270E36432c2518
Octal1251114701666103544530
Binary1010101100100110011101110110110100001110110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554927; }

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

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

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

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

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

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

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

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