Html Css Color HEX #613730 Redwood

📋 copy color: '#613730'

red 97 ◦ green 55 ◦ blue 48

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

Shades of Redwood #613730

Tints of Redwood #613730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24%

R = 48.5%
G = 27.5%
B = 24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#613730 (or 0x613730) is known color: Redwood. HEX triplet: 61, 37 and 30. RGB value is (97,55,48). Sum of RGB (Red+Green+Blue) = 97+55+48=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #613730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613730 is #9EC8CF. Grayscale: #424242. Windows color (decimal): -10406096 or 3159905. OLE color: 3159905.

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

Color convert

RGB 97 55 48 -
CMYK 0 0.43 0.51 0.62
HSL 8.57º 0.34% 0.28% -
HSV(B) 8.57º 0.51% 0.38% -
XYZ 6.83 5.49 3.5 -
YUV 66.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 97 55 48 0 0.43 0.51 0.62 8.57 0.34 0.28
Hex 61 37 30 0 2B 33 3E 9 22 1C
Octal 141 67 60 0 53 63 76 11 42 34
Binary 1100001 110111 110000 0 101011 110011 111110 1001 100010 11100

Color Harmonies of #613730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613730

Black with #613730

Text Example


Text Example

White with #613730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613730; }

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

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

background-color css

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

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

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

border-color css

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

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

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