#625249

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

Shades of Saddle #625249

Tints of Saddle #625249

Color information

#625249 (or 0x625249) is unknown color: approx Saddle. HEX triplet: 62, 52 and 49. RGB value is (98,82,73). Sum of RGB (Red+Green+Blue) = 98+82+73=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625249 is #9DADB6. Grayscale: #555555. Windows color (decimal): -10333623 or 4805218. OLE color: 4805218.

HSL color Cylindrical-coordinate representation of color #625249: hue angle of 21.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #625249 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB988273-
CMYK00.160.260.62
HSL21.6º14.62%33.53%-
HSV(B)21.6º25.51%38.43%-
XYZ9.269.117.57-
YUV85.76120.8136.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=38.74%
G=32.41%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98827300.160.260.6221.614.6233.53
Hex6252490101A3E16f22
Octal1421221110203276261742
Binary11000101010010100100101000011010111110101101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625249; }

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

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

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

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

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

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

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

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