#61473F

Color #61473F Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #61473F

Tints of Saddle #61473F

Color information

#61473F (or 0x61473F) is unknown color: approx Saddle. HEX triplet: 61, 47 and 3F. RGB value is (97,71,63). Sum of RGB (Red+Green+Blue) = 97+71+63=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #61473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61473F is #9EB8C0. Grayscale: #4D4D4D. Windows color (decimal): -10401985 or 4147041. OLE color: 4147041.

HSL color Cylindrical-coordinate representation of color #61473F: hue angle of 14.12º 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 #61473F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB977163-
CMYK00.270.350.62
HSL14.12º21.25%31.37%-
HSV(B)14.12º35.05%38.04%-
XYZ8.087.415.71-
YUV77.86119.61141.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 63 (25% from 255) = 27.27%
R=41.99%
G=30.74%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97716300.270.350.6214.1221.2531.37
Hex61473F01B233Ee151f
Octal141107770334376162537
Binary1100001100011111111101101110001111111011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61473F;
 }
 .AnyTagClassName
 {
   color: #61473F;
 }
</style>
background-color css

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

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

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

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

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

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