#554e10

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

Shades of Bronze Olive #554E10

Tints of Bronze Olive #554E10

Color information

#554E10 (or 0x554E10) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 10. RGB value is (85,78,16). Sum of RGB (Red+Green+Blue) = 85+78+16=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E10 is #AAB1EF. Grayscale: #494949. Windows color (decimal): -11186672 or 1068629. OLE color: 1068629.

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

Color convert

RGB857816-
CMYK00.080.810.67
HSL53.91º68.32%19.8%-
HSV(B)53.91º81.18%33.33%-
XYZ6.567.421.58-
YUV73.0295.82136.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 78 (30.86% from 255) = 43.58%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=47.49%
G=43.58%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85781600.080.810.6753.9168.3219.8
Hex554E10085143364414
Octal125116200101211036610424
Binary10101011001110100000100010100011000011110110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554e10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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