#554A45

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

Shades of Saddle #554A45

Tints of Saddle #554A45

Color information

#554A45 (or 0x554A45) is unknown color: approx Saddle. HEX triplet: 55, 4A and 45. RGB value is (85,74,69). Sum of RGB (Red+Green+Blue) = 85+74+69=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A45 is #AAB5BA. Grayscale: #4C4C4C. Windows color (decimal): -11187643 or 4541013. OLE color: 4541013.

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

Color convert

RGB857469-
CMYK00.130.190.67
HSL18.75º10.39%30.2%-
HSV(B)18.75º18.82%33.33%-
XYZ7.277.266.65-
YUV76.72123.64133.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=37.28%
G=32.46%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85746900.130.190.6718.7510.3930.2
Hex554A450D134313a1e
Octal12511210501523103231236
Binary1010101100101010001010110110011100001110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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