#633933

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

Shades of Redwood #633933

Tints of Redwood #633933

Color information

#633933 (or 0x633933) is unknown color: approx Redwood. HEX triplet: 63, 39 and 33. RGB value is (99,57,51). Sum of RGB (Red+Green+Blue) = 99+57+51=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #633933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633933 is #9CC6CC. Grayscale: #444444. Windows color (decimal): -10274509 or 3357027. OLE color: 3357027.

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

Color convert

RGB995751-
CMYK00.420.480.61
HSL7.5º32%29.41%-
HSV(B)7.5º48.48%38.82%-
XYZ7.215.823.88-
YUV68.87117.91149.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 51 (20.31% from 255) = 24.64%
R=47.83%
G=27.54%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99575100.420.480.617.53229.41
Hex63393302A303D8201d
Octal14371630526075104035
Binary11000111110011100110101010110000111101100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633933; }

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

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

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

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

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

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

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

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