#633932

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

Shades of Redwood #633932

Tints of Redwood #633932

Color information

#633932 (or 0x633932) is unknown color: approx Redwood. HEX triplet: 63, 39 and 32. RGB value is (99,57,50). Sum of RGB (Red+Green+Blue) = 99+57+50=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #633932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633932 is #9CC6CD. Grayscale: #444444. Windows color (decimal): -10274510 or 3291491. OLE color: 3291491.

HSL color Cylindrical-coordinate representation of color #633932: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633932 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB995750-
CMYK00.420.490.61
HSL8.57º32.89%29.22%-
HSV(B)8.57º49.49%38.82%-
XYZ7.185.813.76-
YUV68.76117.41149.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=48.06%
G=27.67%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99575000.420.490.618.5732.8929.22
Hex63393202A313D9211d
Octal14371620526175114135
Binary11000111110011100100101010110001111101100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633932; }

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

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

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

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

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

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

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

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