#554946

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

Shades of Saddle #554946

Tints of Saddle #554946

Color information

#554946 (or 0x554946) is unknown color: approx Saddle. HEX triplet: 55, 49 and 46. RGB value is (85,73,70). Sum of RGB (Red+Green+Blue) = 85+73+70=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554946 is #AAB6B9. Grayscale: #4C4C4C. Windows color (decimal): -11187898 or 4606293. OLE color: 4606293.

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

Color convert

RGB857370-
CMYK00.140.180.67
HSL12º9.68%30.39%-
HSV(B)12º17.65%33.33%-
XYZ7.237.146.79-
YUV76.25124.48134.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=37.28%
G=32.02%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85737000.140.180.67129.6830.39
Hex5549460E1243ca1e
Octal12511110601622103141236
Binary101010110010011000110011101001010000111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554946; }

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

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

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

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

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

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

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

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