#633A33

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

Shades of Redwood #633A33

Tints of Redwood #633A33

Color information

#633A33 (or 0x633A33) is unknown color: approx Redwood. HEX triplet: 63, 3A and 33. RGB value is (99,58,51). Sum of RGB (Red+Green+Blue) = 99+58+51=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #633A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A33 is #9CC5CC. Grayscale: #454545. Windows color (decimal): -10274253 or 3357283. OLE color: 3357283.

HSL color Cylindrical-coordinate representation of color #633A33: hue angle of 8.75º 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 #633A33 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB995851-
CMYK00.410.480.61
HSL8.75º32%29.41%-
HSV(B)8.75º48.48%38.82%-
XYZ7.265.923.89-
YUV69.46117.58149.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=47.60%
G=27.88%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99585100.410.480.618.753229.41
Hex633A33029303D9201d
Octal14372630516075114035
Binary11000111110101100110101001110000111101100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633A33; }

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

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

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

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

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

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

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

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