#554805

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

Shades of Bronze Olive #554805

Tints of Bronze Olive #554805

Color information

#554805 (or 0x554805) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 05. RGB value is (85,72,5). Sum of RGB (Red+Green+Blue) = 85+72+5=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #554805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554805 is #AAB7FA. Grayscale: #444444. Windows color (decimal): -11188219 or 346197. OLE color: 346197.

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

Color convert

RGB85725-
CMYK00.150.940.67
HSL50.25º88.89%17.65%-
HSV(B)50.25º94.12%33.33%-
XYZ6.096.581.09-
YUV68.2592.31139.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 5 (2.34% from 255) = 3.09%
R=52.47%
G=44.44%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8572500.150.940.6750.2588.8917.65
Hex554850F5E43325912
Octal12511050171361036213122
Binary101010110010001010111110111101000011110010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554805; }

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

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

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

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

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

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

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

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