Html Css Color HEX #635049 Saddle

📋 copy color: '#635049'

red 99 ◦ green 80 ◦ blue 73

#635049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle #635049

Tints of Saddle #635049

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 value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#635049 (or 0x635049) is known color: 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

RGB 99 80 73 -
CMYK 0 0.19 0.26 0.61
HSL 16.15º 0.15% 0.34% -
HSV(B) 16.15º 0.26% 0.39% -
XYZ 9.22 8.87 7.53 -
YUV 84.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 99 80 73 0 0.19 0.26 0.61 16.15 0.15 0.34
Hex 63 50 49 0 13 1A 3D 10 F 22
Octal 143 120 111 0 23 32 75 20 17 42
Binary 1100011 1010000 1001001 0 10011 11010 111101 10000 1111 100010

Color Harmonies of #635049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635049

Black with #635049

Text Example


Text Example

White with #635049

Text Example


Text Example

HTML Codes & Css Web 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>