#554E09

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

Shades of Bronze Olive #554E09

Tints of Bronze Olive #554E09

Color information

#554E09 (or 0x554E09) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 09. RGB value is (85,78,9). Sum of RGB (Red+Green+Blue) = 85+78+9=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #554E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E09 is #AAB1F6. Grayscale: #484848. Windows color (decimal): -11186679 or 609877. OLE color: 609877.

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

Color convert

RGB85789-
CMYK00.080.890.67
HSL54.47º80.85%18.43%-
HSV(B)54.47º89.41%33.33%-
XYZ6.527.41.34-
YUV72.2392.32137.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=49.42%
G=45.35%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8578900.080.890.6754.4780.8518.43
Hex554E9085943365112
Octal125116110101311036612122
Binary1010101100111010010100010110011000011110110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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