#63332C

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

Shades of Redwood #63332C

Tints of Redwood #63332C

Color information

#63332C (or 0x63332C) is unknown color: approx Redwood. HEX triplet: 63, 33 and 2C. RGB value is (99,51,44). Sum of RGB (Red+Green+Blue) = 99+51+44=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63332C is #9CCCD3. Grayscale: #404040. Windows color (decimal): -10276052 or 2896739. OLE color: 2896739.

HSL color Cylindrical-coordinate representation of color #63332C: hue angle of 7.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63332C is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB995144-
CMYK00.480.560.61
HSL7.64º38.46%28.04%-
HSV(B)7.64º55.56%38.82%-
XYZ6.785.23.03-
YUV64.55116.4152.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=51.03%
G=26.29%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99514400.480.560.617.6438.4628.04
Hex63332C030383D8261c
Octal14363540607075104634
Binary11000111100111011000110000111000111101100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63332C; }

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

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

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

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

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

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

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

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