Html Css Color HEX #61493F Saddle

📋 copy color: '#61493F'

red 97 ◦ green 73 ◦ blue 63

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

Shades of Saddle #61493F

Tints of Saddle #61493F

RGB

 RED value IS 97 (38.28% from 255) = 41.63%

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

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

R = 41.63%
G = 31.33%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61493F (or 0x61493F) is known color: Saddle. HEX triplet: 61, 49 and 3F. RGB value is (97,73,63). Sum of RGB (Red+Green+Blue) = 97+73+63=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #61493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61493F is #9EB6C0. Grayscale: #4F4F4F. Windows color (decimal): -10401473 or 4147553. OLE color: 4147553.

HSL color Cylindrical-coordinate representation of color #61493F: hue angle of 17.65º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61493F is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 63 -
CMYK 0 0.25 0.35 0.62
HSL 17.65º 0.21% 0.31% -
HSV(B) 17.65º 0.35% 0.38% -
XYZ 8.21 7.67 5.75 -
YUV 79.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 97 73 63 0 0.25 0.35 0.62 17.65 0.21 0.31
Hex 61 49 3F 0 19 23 3E 12 15 1F
Octal 141 111 77 0 31 43 76 22 25 37
Binary 1100001 1001001 111111 0 11001 100011 111110 10010 10101 11111

Color Harmonies of #61493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61493F

Black with #61493F

Text Example


Text Example

White with #61493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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