#554808

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

Shades of Bronze Olive #554808

Tints of Bronze Olive #554808

Color information

#554808 (or 0x554808) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 08. RGB value is (85,72,8). Sum of RGB (Red+Green+Blue) = 85+72+8=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #554808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554808 is #AAB7F7. Grayscale: #444444. Windows color (decimal): -11188216 or 542805. OLE color: 542805.

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

Color convert

RGB85728-
CMYK00.150.910.67
HSL49.87º82.8%18.24%-
HSV(B)49.87º90.59%33.33%-
XYZ6.116.581.18-
YUV68.5993.81139.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=51.52%
G=43.64%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8572800.150.910.6749.8782.818.24
Hex554880F5B43325312
Octal125110100171331036212322
Binary1010101100100010000111110110111000011110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554808; }

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

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

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

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

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

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

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

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