#554A47

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

Shades of Saddle #554A47

Tints of Saddle #554A47

Color information

#554A47 (or 0x554A47) is unknown color: approx Saddle. HEX triplet: 55, 4A and 47. RGB value is (85,74,71). Sum of RGB (Red+Green+Blue) = 85+74+71=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A47 is #AAB5B8. Grayscale: #4C4C4C. Windows color (decimal): -11187641 or 4672085. OLE color: 4672085.

HSL color Cylindrical-coordinate representation of color #554A47: hue angle of 12.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554A47 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB857471-
CMYK00.130.160.67
HSL12.86º8.97%30.59%-
HSV(B)12.86º16.47%33.33%-
XYZ7.337.286.98-
YUV76.95124.64133.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=36.96%
G=32.17%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85747100.130.160.6712.868.9730.59
Hex554A470D1043d91f
Octal12511210701520103151137
Binary101010110010101000111011011000010000111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554A47; }

 p { color: rgb(85,74,71); }

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

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

 a { background-color: rgb(85,74,71); }

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

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

 span { border-color: rgb(85,74,71); }

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