#635048

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

Shades of Saddle #635048

Tints of Saddle #635048

Color information

#635048 (or 0x635048) is unknown color: approx Saddle. HEX triplet: 63, 50 and 48. RGB value is (99,80,72). Sum of RGB (Red+Green+Blue) = 99+80+72=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #635048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635048 is #9CAFB7. Grayscale: #545454. Windows color (decimal): -10268600 or 4739171. OLE color: 4739171.

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

Color convert

RGB998072-
CMYK00.190.270.61
HSL17.78º15.79%33.53%-
HSV(B)17.78º27.27%38.82%-
XYZ9.188.867.36-
YUV84.77120.79138.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=39.44%
G=31.87%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99807200.190.270.6117.7815.7933.53
Hex6350480131B3D121022
Octal1431201100233375222042
Binary110001110100001001000010011110111111011001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635048; }

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

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

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

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

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

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

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

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