#554305

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

Shades of Bronze Olive #554305

Tints of Bronze Olive #554305

Color information

#554305 (or 0x554305) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 05. RGB value is (85,67,5). Sum of RGB (Red+Green+Blue) = 85+67+5=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #554305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554305 is #AABCFA. Grayscale: #414141. Windows color (decimal): -11189499 or 344917. OLE color: 344917.

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

Color convert

RGB85675-
CMYK00.210.940.67
HSL46.5º88.89%17.65%-
HSV(B)46.5º94.12%33.33%-
XYZ5.785.960.99-
YUV65.3193.96142.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=54.14%
G=42.68%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8567500.210.940.6746.588.8917.65
Hex554350155E432e5912
Octal12510350251361035613122
Binary1010101100001110101010110111101000011101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554305; }

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

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

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

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

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

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

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

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