#63362F

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

Shades of Redwood #63362F

Tints of Redwood #63362F

Color information

#63362F (or 0x63362F) is unknown color: approx Redwood. HEX triplet: 63, 36 and 2F. RGB value is (99,54,47). Sum of RGB (Red+Green+Blue) = 99+54+47=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63362F is #9CC9D0. Grayscale: #424242. Windows color (decimal): -10275281 or 3094115. OLE color: 3094115.

HSL color Cylindrical-coordinate representation of color #63362F: hue angle of 8.08º 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 #63362F is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB995447-
CMYK00.450.530.61
HSL8.08º35.62%28.63%-
HSV(B)8.08º52.53%38.82%-
XYZ6.985.53.38-
YUV66.66116.91151.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 47 (18.75% from 255) = 23.5%
R=49.5%
G=27%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99544700.450.530.618.0835.6228.63
Hex63362F02D353D8241d
Octal14366570556575104435
Binary11000111101101011110101101110101111101100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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