Html Css Color HEX #643731 Redwood

📋 copy color: '#643731'

red 100 ◦ green 55 ◦ blue 49

#643731
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Redwood #643731

Tints of Redwood #643731

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 value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#643731 (or 0x643731) is known color: 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

RGB 100 55 49 -
CMYK 0 0.45 0.51 0.61
HSL 7.06º 0.34% 0.29% -
HSV(B) 7.06º 0.51% 0.39% -
XYZ 7.18 5.66 3.62 -
YUV 67.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 100 55 49 0 0.45 0.51 0.61 7.06 0.34 0.29
Hex 64 37 31 0 2D 33 3D 7 22 1D
Octal 144 67 61 0 55 63 75 7 42 35
Binary 1100100 110111 110001 0 101101 110011 111101 111 100010 11101

Color Harmonies of #643731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643731

Black with #643731

Text Example


Text Example

White with #643731

Text Example


Text Example

HTML Codes & Css Web 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>