Html Css Color HEX #613935 Redwood

📋 copy color: '#613935'

red 97 ◦ green 57 ◦ blue 53

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

Shades of Redwood #613935

Tints of Redwood #613935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.54%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 46.86%
G = 27.54%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#613935 (or 0x613935) is known color: Redwood. HEX triplet: 61, 39 and 35. RGB value is (97,57,53). Sum of RGB (Red+Green+Blue) = 97+57+53=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613935 is #9EC6CA. Grayscale: #444444. Windows color (decimal): -10405579 or 3488097. OLE color: 3488097.

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

Color convert

RGB 97 57 53 -
CMYK 0 0.41 0.45 0.62
HSL 5.45º 0.29% 0.29% -
HSV(B) 5.45º 0.45% 0.38% -
XYZ 7.04 5.72 4.1 -
YUV 68.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 97 57 53 0 0.41 0.45 0.62 5.45 0.29 0.29
Hex 61 39 35 0 29 2D 3E 5 1D 1D
Octal 141 71 65 0 51 55 76 5 35 35
Binary 1100001 111001 110101 0 101001 101101 111110 101 11101 11101

Color Harmonies of #613935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613935

Black with #613935

Text Example


Text Example

White with #613935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613935; }

 p { color: rgb(97,57,53); }

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

background-color css

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

 a { background-color: rgb(97,57,53); }

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

border-color css

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

 span { border-color: rgb(97,57,53); }

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