#554E0E

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

Shades of Bronze Olive #554E0E

Tints of Bronze Olive #554E0E

Color information

#554E0E (or 0x554E0E) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 0E. RGB value is (85,78,14). Sum of RGB (Red+Green+Blue) = 85+78+14=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E0E is #AAB1F1. Grayscale: #494949. Windows color (decimal): -11186674 or 937557. OLE color: 937557.

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

Color convert

RGB857814-
CMYK00.080.840.67
HSL54.08º71.72%19.41%-
HSV(B)54.08º83.53%33.33%-
XYZ6.557.411.5-
YUV72.894.82136.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=48.02%
G=44.07%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85781400.080.840.6754.0871.7219.41
Hex554EE085443364813
Octal125116160101241036611023
Binary1010101100111011100100010101001000011110110100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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