Html Css Color HEX #63493F Saddle

📋 copy color: '#63493F'

red 99 ◦ green 73 ◦ blue 63

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

Shades of Saddle #63493F

Tints of Saddle #63493F

RGB

 RED value IS 99 (39.06% from 255) = 42.13%

 GREEN value IS 73 (28.91% from 255) = 31.06%

 BLUE value IS 63 (25% from 255) = 26.81%

R = 42.13%
G = 31.06%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63493F (or 0x63493F) is known color: Saddle. HEX triplet: 63, 49 and 3F. RGB value is (99,73,63). Sum of RGB (Red+Green+Blue) = 99+73+63=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #63493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63493F is #9CB6C0. Grayscale: #4F4F4F. Windows color (decimal): -10270401 or 4147555. OLE color: 4147555.

HSL color Cylindrical-coordinate representation of color #63493F: hue angle of 16.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63493F is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 63 -
CMYK 0 0.26 0.36 0.61
HSL 16.67º 0.22% 0.32% -
HSV(B) 16.67º 0.36% 0.39% -
XYZ 8.43 7.78 5.76 -
YUV 79.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 99 73 63 0 0.26 0.36 0.61 16.67 0.22 0.32
Hex 63 49 3F 0 1A 24 3D 11 16 20
Octal 143 111 77 0 32 44 75 21 26 40
Binary 1100011 1001001 111111 0 11010 100100 111101 10001 10110 100000

Color Harmonies of #63493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63493F

Black with #63493F

Text Example


Text Example

White with #63493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63493F; }

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

 H1.HeaderClassName
 {
   color: #63493F;
 }
 .AnyTagClassName
 {
   color: #63493F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #63493F;
 }
 .BgClassName
 {
   background-color: #63493F;
 }
</style>

border-color css

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

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

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