Html Css Color HEX #61473D Saddle

📋 copy color: '#61473D'

red 97 ◦ green 71 ◦ blue 61

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

Shades of Saddle #61473D

Tints of Saddle #61473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 42.36%
G = 31%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61473D (or 0x61473D) is known color: Saddle. HEX triplet: 61, 47 and 3D. RGB value is (97,71,61). Sum of RGB (Red+Green+Blue) = 97+71+61=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #61473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61473D is #9EB8C2. Grayscale: #4D4D4D. Windows color (decimal): -10401987 or 4015969. OLE color: 4015969.

HSL color Cylindrical-coordinate representation of color #61473D: hue angle of 16.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61473D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 61 -
CMYK 0 0.27 0.37 0.62
HSL 16.67º 0.23% 0.31% -
HSV(B) 16.67º 0.37% 0.38% -
XYZ 8.03 7.38 5.42 -
YUV 77.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 97 71 61 0 0.27 0.37 0.62 16.67 0.23 0.31
Hex 61 47 3D 0 1B 25 3E 11 17 1F
Octal 141 107 75 0 33 45 76 21 27 37
Binary 1100001 1000111 111101 0 11011 100101 111110 10001 10111 11111

Color Harmonies of #61473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61473D

Black with #61473D

Text Example


Text Example

White with #61473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61473D; }

 p { color: rgb(97,71,61); }

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

background-color css

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

 a { background-color: rgb(97,71,61); }

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

border-color css

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

 span { border-color: rgb(97,71,61); }

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