#554510

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

Shades of Bronze Olive #554510

Tints of Bronze Olive #554510

Color information

#554510 (or 0x554510) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 10. RGB value is (85,69,16). Sum of RGB (Red+Green+Blue) = 85+69+16=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #554510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554510 is #AABAEF. Grayscale: #434343. Windows color (decimal): -11188976 or 1066325. OLE color: 1066325.

HSL color Cylindrical-coordinate representation of color #554510: hue angle of 46.09º 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 #554510 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB856916-
CMYK00.190.810.67
HSL46.09º68.32%19.8%-
HSV(B)46.09º81.18%33.33%-
XYZ5.976.221.38-
YUV67.7498.8140.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=50%
G=40.59%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85691600.190.810.6746.0968.3219.8
Hex55451001351432e4414
Octal125105200231211035610424
Binary101010110001011000001001110100011000011101110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554510; }

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

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

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

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

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

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

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

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