#635047

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

Shades of Saddle #635047

Tints of Saddle #635047

Color information

#635047 (or 0x635047) is unknown color: approx Saddle. HEX triplet: 63, 50 and 47. RGB value is (99,80,71). Sum of RGB (Red+Green+Blue) = 99+80+71=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635047 is #9CAFB8. Grayscale: #545454. Windows color (decimal): -10268601 or 4673635. OLE color: 4673635.

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

Color convert

RGB998071-
CMYK00.190.280.61
HSL19.29º16.47%33.33%-
HSV(B)19.29º28.28%38.82%-
XYZ9.158.847.19-
YUV84.65120.29138.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.6%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=39.6%
G=32%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99807100.190.280.6119.2916.4733.33
Hex6350470131C3D131021
Octal1431201070233475232041
Binary110001110100001000111010011111001111011001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635047; }

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

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

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

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

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

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

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

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