#554F11

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

Shades of Bronze Olive #554F11

Tints of Bronze Olive #554F11

Color information

#554F11 (or 0x554F11) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 11. RGB value is (85,79,17). Sum of RGB (Red+Green+Blue) = 85+79+17=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F11 is #AAB0EE. Grayscale: #494949. Windows color (decimal): -11186415 or 1134421. OLE color: 1134421.

HSL color Cylindrical-coordinate representation of color #554F11: hue angle of 54.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #554F11 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB857917-
CMYK00.070.800.67
HSL54.71º66.67%20%-
HSV(B)54.71º80%33.33%-
XYZ6.647.561.64-
YUV73.7395.99136.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=46.96%
G=43.65%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85791700.070.800.6754.7166.6720
Hex554F11075043374314
Octal12511721071201036710324
Binary1010101100111110001011110100001000011110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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