#554600

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

Shades of Bronze Olive #554600

Tints of Bronze Olive #554600

Color information

#554600 (or 0x554600) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 00. RGB value is (85,70,0). Sum of RGB (Red+Green+Blue) = 85+70+0=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554600 is #AAB9FF. Grayscale: #424242. Windows color (decimal): -11188736 or 18005. OLE color: 18005.

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

Color convert

RGB85700-
CMYK00.1810.67
HSL49.41º100%16.67%-
HSV(B)49.41º100%33.33%-
XYZ5.946.310.91-
YUV66.590.47141.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.84%
G=45.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8570000.1810.6749.4110016.67
Hex554600126443316411
Octal12510600221441036114421
Binary10101011000110001001011001001000011110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554600; }

 p { color: rgb(85,70,0); }

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

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

 a { background-color: rgb(85,70,0); }

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

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

 span { border-color: rgb(85,70,0); }

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