#643831

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

Shades of Redwood #643831

Tints of Redwood #643831

Color information

#643831 (or 0x643831) is unknown color: approx Redwood. HEX triplet: 64, 38 and 31. RGB value is (100,56,49). Sum of RGB (Red+Green+Blue) = 100+56+49=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #643831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643831 is #9BC7CE. Grayscale: #444444. Windows color (decimal): -10209231 or 3225700. OLE color: 3225700.

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

Color convert

RGB1005649-
CMYK00.440.510.61
HSL8.24º34.23%29.22%-
HSV(B)8.24º51%39.22%-
XYZ7.225.763.64-
YUV68.36117.08150.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.78%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=48.78%
G=27.32%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100564900.440.510.618.2434.2329.22
Hex64383102C333D8221d
Octal14470610546375104235
Binary11001001110001100010101100110011111101100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643831; }

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

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

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

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

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

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

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

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