#554742

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

Shades of Saddle #554742

Tints of Saddle #554742

Color information

#554742 (or 0x554742) is unknown color: approx Saddle. HEX triplet: 55, 47 and 42. RGB value is (85,71,66). Sum of RGB (Red+Green+Blue) = 85+71+66=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554742 is #AAB8BD. Grayscale: #4A4A4A. Windows color (decimal): -11188414 or 4343637. OLE color: 4343637.

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

Color convert

RGB857166-
CMYK00.160.220.67
HSL15.79º12.58%29.61%-
HSV(B)15.79º22.35%33.33%-
XYZ6.986.836.1-
YUV74.62123.14135.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=38.29%
G=31.98%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85716600.160.220.6715.7912.5829.61
Hex554742010164310d1e
Octal12510710202026103201536
Binary10101011000111100001001000010110100001110000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554742; }

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

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

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

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

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

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

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

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