#554505

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

Shades of Bronze Olive #554505

Tints of Bronze Olive #554505

Color information

#554505 (or 0x554505) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 05. RGB value is (85,69,5). Sum of RGB (Red+Green+Blue) = 85+69+5=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #554505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554505 is #AABAFA. Grayscale: #424242. Windows color (decimal): -11188987 or 345429. OLE color: 345429.

HSL color Cylindrical-coordinate representation of color #554505: hue angle of 48º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #554505 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB85695-
CMYK00.190.940.67
HSL48º88.89%17.65%-
HSV(B)48º94.12%33.33%-
XYZ5.96.21.03-
YUV66.4993.3141.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=53.46%
G=43.40%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8569500.190.940.674888.8917.65
Hex554550135E43305912
Octal12510550231361036013122
Binary1010101100010110101001110111101000011110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554505; }

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

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

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

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

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

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

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

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