#63352F

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

Shades of Redwood #63352F

Tints of Redwood #63352F

Color information

#63352F (or 0x63352F) is unknown color: approx Redwood. HEX triplet: 63, 35 and 2F. RGB value is (99,53,47). Sum of RGB (Red+Green+Blue) = 99+53+47=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63352F is #9CCAD0. Grayscale: #424242. Windows color (decimal): -10275537 or 3093859. OLE color: 3093859.

HSL color Cylindrical-coordinate representation of color #63352F: hue angle of 6.92º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63352F is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB995347-
CMYK00.460.530.61
HSL6.92º35.62%28.63%-
HSV(B)6.92º52.53%38.82%-
XYZ6.935.43.37-
YUV66.07117.24151.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 47 (18.75% from 255) = 23.62%
R=49.75%
G=26.63%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99534700.460.530.616.9235.6228.63
Hex63352F02E353D7241d
Octal1436557056657574435
Binary1100011110101101111010111011010111110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63352F; }

 p { color: rgb(99,53,47); }

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

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

 a { background-color: rgb(99,53,47); }

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

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

 span { border-color: rgb(99,53,47); }

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