#63524A

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

Shades of Saddle #63524A

Tints of Saddle #63524A

Color information

#63524A (or 0x63524A) is unknown color: approx Saddle. HEX triplet: 63, 52 and 4A. RGB value is (99,82,74). Sum of RGB (Red+Green+Blue) = 99+82+74=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63524A is #9CADB5. Grayscale: #565656. Windows color (decimal): -10268086 or 4870755. OLE color: 4870755.

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

Color convert

RGB998274-
CMYK00.170.250.61
HSL19.2º14.45%33.92%-
HSV(B)19.2º25.25%38.82%-
XYZ9.49.187.76-
YUV86.17121.13137.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=38.82%
G=32.16%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99827400.170.250.6119.214.4533.92
Hex63524A011193D13e22
Octal1431221120213175231642
Binary11000111010010100101001000111001111101100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,82,74); }

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

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

 a { background-color: rgb(99,82,74); }

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

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

 span { border-color: rgb(99,82,74); }

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