#554719

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

Shades of Bronze Olive #554719

Tints of Bronze Olive #554719

Color information

#554719 (or 0x554719) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 19. RGB value is (85,71,25). Sum of RGB (Red+Green+Blue) = 85+71+25=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554719 is #AAB8E6. Grayscale: #464646. Windows color (decimal): -11188455 or 1656661. OLE color: 1656661.

HSL color Cylindrical-coordinate representation of color #554719: hue angle of 46º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #554719 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB857125-
CMYK00.160.710.67
HSL46º54.55%21.57%-
HSV(B)46º70.59%33.33%-
XYZ6.186.511.85-
YUV69.94102.64138.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=46.96%
G=39.23%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85712500.160.710.674654.5521.57
Hex55471901047432e3716
Octal12510731020107103566726
Binary10101011000111110010100001000111100001110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554719; }

 p { color: rgb(85,71,25); }

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

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

 a { background-color: rgb(85,71,25); }

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

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

 span { border-color: rgb(85,71,25); }

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