Html Css Color HEX #635048 Saddle

📋 copy color: '#635048'

red 99 ◦ green 80 ◦ blue 72

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

Shades of Saddle #635048

Tints of Saddle #635048

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

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 99 80 72 -
CMYK 0 0.19 0.27 0.61
HSL 17.78º 0.16% 0.34% -
HSV(B) 17.78º 0.27% 0.39% -
XYZ 9.18 8.86 7.36 -
YUV 84.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 99 80 72 0 0.19 0.27 0.61 17.78 0.16 0.34
Hex 63 50 48 0 13 1B 3D 12 10 22
Octal 143 120 110 0 23 33 75 22 20 42
Binary 1100011 1010000 1001000 0 10011 11011 111101 10010 10000 100010

Color Harmonies of #635048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635048

Black with #635048

Text Example


Text Example

White with #635048

Text Example


Text Example

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