#633831

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

Shades of Redwood #633831

Tints of Redwood #633831

Color information

#633831 (or 0x633831) is unknown color: approx Redwood. HEX triplet: 63, 38 and 31. RGB value is (99,56,49). Sum of RGB (Red+Green+Blue) = 99+56+49=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #633831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633831 is #9CC7CE. Grayscale: #444444. Windows color (decimal): -10274767 or 3225699. OLE color: 3225699.

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

Color convert

RGB995649-
CMYK00.430.510.61
HSL8.4º33.78%29.02%-
HSV(B)8.4º50.51%38.82%-
XYZ7.115.73.63-
YUV68.06117.25150.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=48.53%
G=27.45%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99564900.430.510.618.433.7829.02
Hex63383102B333D8221d
Octal14370610536375104235
Binary11000111110001100010101011110011111101100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633831; }

 p { color: rgb(99,56,49); }

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

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

 a { background-color: rgb(99,56,49); }

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

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

 span { border-color: rgb(99,56,49); }

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