Html Css Color HEX #615049 Saddle

📋 copy color: '#615049'

red 97 ◦ green 80 ◦ blue 73

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

Shades of Saddle #615049

Tints of Saddle #615049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 73 (28.91% from 255) = 29.2%

R = 38.8%
G = 32%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615049 (or 0x615049) is known color: Saddle. HEX triplet: 61, 50 and 49. RGB value is (97,80,73). Sum of RGB (Red+Green+Blue) = 97+80+73=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615049 is #9EAFB6. Grayscale: #545454. Windows color (decimal): -10399671 or 4804705. OLE color: 4804705.

HSL color Cylindrical-coordinate representation of color #615049: hue angle of 17.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615049 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 73 -
CMYK 0 0.18 0.25 0.62
HSL 17.5º 0.14% 0.33% -
HSV(B) 17.5º 0.25% 0.38% -
XYZ 9 8.76 7.52 -
YUV 84.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 97 80 73 0 0.18 0.25 0.62 17.5 0.14 0.33
Hex 61 50 49 0 12 19 3E 12 E 21
Octal 141 120 111 0 22 31 76 22 16 41
Binary 1100001 1010000 1001001 0 10010 11001 111110 10010 1110 100001

Color Harmonies of #615049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615049

Black with #615049

Text Example


Text Example

White with #615049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615049; }

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

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

background-color css

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

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

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

border-color css

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

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

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