#63322D

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

Shades of Redwood #63322D

Tints of Redwood #63322D

Color information

#63322D (or 0x63322D) is unknown color: approx Redwood. HEX triplet: 63, 32 and 2D. RGB value is (99,50,45). Sum of RGB (Red+Green+Blue) = 99+50+45=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63322D is #9CCDD2. Grayscale: #404040. Windows color (decimal): -10276307 or 2962019. OLE color: 2962019.

HSL color Cylindrical-coordinate representation of color #63322D: hue angle of 5.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63322D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB995045-
CMYK00.490.550.61
HSL5.56º37.5%28.24%-
HSV(B)5.56º54.55%38.82%-
XYZ6.765.123.12-
YUV64.08117.23152.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=51.03%
G=25.77%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99504500.490.550.615.5637.528.24
Hex63322D031373D6261c
Octal1436255061677564634
Binary1100011110010101101011000111011111110111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63322D; }

 p { color: rgb(99,50,45); }

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

<style>
 a { background-color: #63322D; }

 a { background-color: rgb(99,50,45); }

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

<style>
 span { border-color: #63322D; }

 span { border-color: rgb(99,50,45); }

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