#635049

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

Shades of Saddle #635049

Tints of Saddle #635049

Color information

#635049 (or 0x635049) is unknown color: approx Saddle. HEX triplet: 63, 50 and 49. RGB value is (99,80,73). Sum of RGB (Red+Green+Blue) = 99+80+73=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #635049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635049 is #9CAFB6. Grayscale: #545454. Windows color (decimal): -10268599 or 4804707. OLE color: 4804707.

HSL color Cylindrical-coordinate representation of color #635049: hue angle of 16.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #635049 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB998073-
CMYK00.190.260.61
HSL16.15º15.12%33.73%-
HSV(B)16.15º26.26%38.82%-
XYZ9.228.877.53-
YUV84.88121.29138.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=39.29%
G=31.75%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99807300.190.260.6116.1515.1233.73
Hex6350490131A3D10f22
Octal1431201110233275201742
Binary11000111010000100100101001111010111101100001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635049; }

 p { color: rgb(99,80,73); }

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

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

 a { background-color: rgb(99,80,73); }

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

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

 span { border-color: rgb(99,80,73); }

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