#62514A

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

Shades of Saddle #62514A

Tints of Saddle #62514A

Color information

#62514A (or 0x62514A) is unknown color: approx Saddle. HEX triplet: 62, 51 and 4A. RGB value is (98,81,74). Sum of RGB (Red+Green+Blue) = 98+81+74=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #62514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62514A is #9DAEB5. Grayscale: #555555. Windows color (decimal): -10333878 or 4870498. OLE color: 4870498.

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

Color convert

RGB988174-
CMYK00.170.240.62
HSL17.5º13.95%33.73%-
HSV(B)17.5º24.49%38.43%-
XYZ9.228.987.73-
YUV85.28121.63137.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=38.74%
G=32.02%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98817400.170.240.6217.513.9533.73
Hex62514A011183E12e22
Octal1421211120213076221642
Binary11000101010001100101001000111000111110100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62514A; }

 p { color: rgb(98,81,74); }

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

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

 a { background-color: rgb(98,81,74); }

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

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

 span { border-color: rgb(98,81,74); }

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