#62524C

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

Shades of Saddle #62524C

Tints of Saddle #62524C

Color information

#62524C (or 0x62524C) is unknown color: approx Saddle. HEX triplet: 62, 52 and 4C. RGB value is (98,82,76). Sum of RGB (Red+Green+Blue) = 98+82+76=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62524C is #9DADB3. Grayscale: #565656. Windows color (decimal): -10333620 or 5001826. OLE color: 5001826.

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

Color convert

RGB988276-
CMYK00.160.220.62
HSL16.36º12.64%34.12%-
HSV(B)16.36º22.45%38.43%-
XYZ9.369.158.11-
YUV86.1122.3136.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=38.28%
G=32.03%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98827600.160.220.6216.3612.6434.12
Hex62524C010163E10d22
Octal1421221140202676201542
Binary11000101010010100110001000010110111110100001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62524C; }

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

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

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

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

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

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

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

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