#63372F

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

Shades of Redwood #63372F

Tints of Redwood #63372F

Color information

#63372F (or 0x63372F) is unknown color: approx Redwood. HEX triplet: 63, 37 and 2F. RGB value is (99,55,47). Sum of RGB (Red+Green+Blue) = 99+55+47=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63372F is #9CC8D0. Grayscale: #434343. Windows color (decimal): -10275025 or 3094371. OLE color: 3094371.

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

Color convert

RGB995547-
CMYK00.440.530.61
HSL9.23º35.62%28.63%-
HSV(B)9.23º52.53%38.82%-
XYZ7.025.593.4-
YUV67.24116.58150.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=49.25%
G=27.36%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99554700.440.530.619.2335.6228.63
Hex63372F02C353D9241d
Octal14367570546575114435
Binary11000111101111011110101100110101111101100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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