#63524B

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

Shades of Saddle #63524B

Tints of Saddle #63524B

Color information

#63524B (or 0x63524B) is unknown color: approx Saddle. HEX triplet: 63, 52 and 4B. RGB value is (99,82,75). Sum of RGB (Red+Green+Blue) = 99+82+75=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63524B is #9CADB4. Grayscale: #565656. Windows color (decimal): -10268085 or 4936291. OLE color: 4936291.

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

Color convert

RGB998275-
CMYK00.170.240.61
HSL17.5º13.79%34.12%-
HSV(B)17.5º24.24%38.82%-
XYZ9.439.27.93-
YUV86.28121.63137.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=38.67%
G=32.03%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99827500.170.240.6117.513.7934.12
Hex63524B011183D12e22
Octal1431221130213075221642
Binary11000111010010100101101000111000111101100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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