#643731

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

Shades of Redwood #643731

Tints of Redwood #643731

Color information

#643731 (or 0x643731) is unknown color: approx Redwood. HEX triplet: 64, 37 and 31. RGB value is (100,55,49). Sum of RGB (Red+Green+Blue) = 100+55+49=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #643731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643731 is #9BC8CE. Grayscale: #434343. Windows color (decimal): -10209487 or 3225444. OLE color: 3225444.

HSL color Cylindrical-coordinate representation of color #643731: hue angle of 7.06º 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 #643731 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB1005549-
CMYK00.450.510.61
HSL7.06º34.23%29.22%-
HSV(B)7.06º51%39.22%-
XYZ7.185.663.62-
YUV67.77117.41150.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=49.02%
G=26.96%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100554900.450.510.617.0634.2329.22
Hex64373102D333D7221d
Octal1446761055637574235
Binary1100100110111110001010110111001111110111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643731; }

 p { color: rgb(100,55,49); }

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

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

 a { background-color: rgb(100,55,49); }

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

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

 span { border-color: rgb(100,55,49); }

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