Html Css Color HEX #633731 Redwood

📋 copy color: '#633731'

red 99 ◦ green 55 ◦ blue 49

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

Shades of Redwood #633731

Tints of Redwood #633731

RGB

 RED value IS 99 (39.06% from 255) = 48.77%

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 49 (19.53% from 255) = 24.14%

R = 48.77%
G = 27.09%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#633731 (or 0x633731) is known color: Redwood. HEX triplet: 63, 37 and 31. RGB value is (99,55,49). Sum of RGB (Red+Green+Blue) = 99+55+49=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #633731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633731 is #9CC8CE. Grayscale: #434343. Windows color (decimal): -10275023 or 3225443. OLE color: 3225443.

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

Color convert

RGB 99 55 49 -
CMYK 0 0.44 0.51 0.61
HSL 7.2º 0.34% 0.29% -
HSV(B) 7.2º 0.51% 0.39% -
XYZ 7.07 5.61 3.62 -
YUV 67.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 99 55 49 0 0.44 0.51 0.61 7.2 0.34 0.29
Hex 63 37 31 0 2C 33 3D 7 22 1D
Octal 143 67 61 0 54 63 75 7 42 35
Binary 1100011 110111 110001 0 101100 110011 111101 111 100010 11101

Color Harmonies of #633731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633731

Black with #633731

Text Example


Text Example

White with #633731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633731; }

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

 H1.HeaderClassName
 {
   color: #633731;
 }
 .AnyTagClassName
 {
   color: #633731;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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