#62493F

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

Shades of Saddle #62493F

Tints of Saddle #62493F

Color information

#62493F (or 0x62493F) is unknown color: approx Saddle. HEX triplet: 62, 49 and 3F. RGB value is (98,73,63). Sum of RGB (Red+Green+Blue) = 98+73+63=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #62493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62493F is #9DB6C0. Grayscale: #4F4F4F. Windows color (decimal): -10335937 or 4147554. OLE color: 4147554.

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

Color convert

RGB987363-
CMYK00.260.360.62
HSL17.14º21.74%31.57%-
HSV(B)17.14º35.71%38.43%-
XYZ8.327.725.75-
YUV79.33118.78141.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 63 (25% from 255) = 26.92%
R=41.88%
G=31.20%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98736300.260.360.6217.1421.7431.57
Hex62493F01A243E111620
Octal142111770324476212640
Binary110001010010011111110110101001001111101000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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