Html Css Color HEX #613731 Redwood

📋 copy color: '#613731'

red 97 ◦ green 55 ◦ blue 49

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

Shades of Redwood #613731

Tints of Redwood #613731

RGB

 RED value IS 97 (38.28% from 255) = 48.26%

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

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

R = 48.26%
G = 27.36%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#613731 (or 0x613731) is known color: Redwood. HEX triplet: 61, 37 and 31. RGB value is (97,55,49). Sum of RGB (Red+Green+Blue) = 97+55+49=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #613731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613731 is #9EC8CE. Grayscale: #424242. Windows color (decimal): -10406095 or 3225441. OLE color: 3225441.

HSL color Cylindrical-coordinate representation of color #613731: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613731 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 49 -
CMYK 0 0.43 0.49 0.62
HSL 7.5º 0.33% 0.29% -
HSV(B) 7.5º 0.49% 0.38% -
XYZ 6.85 5.5 3.61 -
YUV 66.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 97 55 49 0 0.43 0.49 0.62 7.5 0.33 0.29
Hex 61 37 31 0 2B 31 3E 8 21 1D
Octal 141 67 61 0 53 61 76 10 41 35
Binary 1100001 110111 110001 0 101011 110001 111110 1000 100001 11101

Color Harmonies of #613731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613731

Black with #613731

Text Example


Text Example

White with #613731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613731; }

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

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

background-color css

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

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

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

border-color css

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

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

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