#554641

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

Shades of Saddle #554641

Tints of Saddle #554641

Color information

#554641 (or 0x554641) is unknown color: approx Saddle. HEX triplet: 55, 46 and 41. RGB value is (85,70,65). Sum of RGB (Red+Green+Blue) = 85+70+65=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554641 is #AAB9BE. Grayscale: #494949. Windows color (decimal): -11188671 or 4277845. OLE color: 4277845.

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

Color convert

RGB857065-
CMYK00.180.240.67
HSL15º13.33%29.41%-
HSV(B)15º23.53%33.33%-
XYZ6.896.695.93-
YUV73.91122.97135.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=38.64%
G=31.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85706500.180.240.671513.3329.41
Hex5546410121843fd1d
Octal12510610102230103171535
Binary1010101100011010000010100101100010000111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554641; }

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

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

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

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

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

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

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

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