Html Css Color HEX #613932 Redwood

📋 copy color: '#613932'

red 97 ◦ green 57 ◦ blue 50

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

Shades of Redwood #613932

Tints of Redwood #613932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.51%

R = 47.55%
G = 27.94%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#613932 (or 0x613932) is known color: Redwood. HEX triplet: 61, 39 and 32. RGB value is (97,57,50). Sum of RGB (Red+Green+Blue) = 97+57+50=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #613932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613932 is #9EC6CD. Grayscale: #444444. Windows color (decimal): -10405582 or 3291489. OLE color: 3291489.

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

Color convert

RGB 97 57 50 -
CMYK 0 0.41 0.48 0.62
HSL 8.94º 0.32% 0.29% -
HSV(B) 8.94º 0.48% 0.38% -
XYZ 6.97 5.7 3.75 -
YUV 68.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 97 57 50 0 0.41 0.48 0.62 8.94 0.32 0.29
Hex 61 39 32 0 29 30 3E 9 20 1D
Octal 141 71 62 0 51 60 76 11 40 35
Binary 1100001 111001 110010 0 101001 110000 111110 1001 100000 11101

Color Harmonies of #613932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613932

Black with #613932

Text Example


Text Example

White with #613932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613932; }

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

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

background-color css

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

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

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

border-color css

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

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

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