#554713

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

Shades of Bronze Olive #554713

Tints of Bronze Olive #554713

Color information

#554713 (or 0x554713) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 13. RGB value is (85,71,19). Sum of RGB (Red+Green+Blue) = 85+71+19=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554713 is #AAB8EC. Grayscale: #454545. Windows color (decimal): -11188461 or 1263445. OLE color: 1263445.

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

Color convert

RGB857119-
CMYK00.160.780.67
HSL47.27º63.46%20.39%-
HSV(B)47.27º77.65%33.33%-
XYZ6.126.481.55-
YUV69.2699.64139.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=48.57%
G=40.57%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85711900.160.780.6747.2763.4620.39
Hex5547130104E432f3f14
Octal12510723020116103577724
Binary10101011000111100110100001001110100001110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554713; }

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

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

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

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

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

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

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

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