#554806

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

Shades of Bronze Olive #554806

Tints of Bronze Olive #554806

Color information

#554806 (or 0x554806) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 06. RGB value is (85,72,6). Sum of RGB (Red+Green+Blue) = 85+72+6=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554806 is #AAB7F9. Grayscale: #444444. Windows color (decimal): -11188218 or 411733. OLE color: 411733.

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

Color convert

RGB85726-
CMYK00.150.930.67
HSL50.13º86.81%17.84%-
HSV(B)50.13º92.94%33.33%-
XYZ6.16.581.12-
YUV68.3692.81139.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=52.15%
G=44.17%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8572600.150.930.6750.1386.8117.84
Hex554860F5D43325712
Octal12511060171351036212722
Binary101010110010001100111110111011000011110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554806; }

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

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

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

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

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

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

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

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