Html Css Color HEX #61372F Redwood

📋 copy color: '#61372F'

red 97 ◦ green 55 ◦ blue 47

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

Shades of Redwood #61372F

Tints of Redwood #61372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 48.74%
G = 27.64%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61372F (or 0x61372F) is known color: Redwood. HEX triplet: 61, 37 and 2F. RGB value is (97,55,47). Sum of RGB (Red+Green+Blue) = 97+55+47=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61372F is #9EC8D0. Grayscale: #424242. Windows color (decimal): -10406097 or 3094369. OLE color: 3094369.

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

Color convert

RGB 97 55 47 -
CMYK 0 0.43 0.52 0.62
HSL 9.6º 0.35% 0.28% -
HSV(B) 9.6º 0.52% 0.38% -
XYZ 6.81 5.48 3.39 -
YUV 66.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 97 55 47 0 0.43 0.52 0.62 9.6 0.35 0.28
Hex 61 37 2F 0 2B 34 3E A 23 1C
Octal 141 67 57 0 53 64 76 12 43 34
Binary 1100001 110111 101111 0 101011 110100 111110 1010 100011 11100

Color Harmonies of #61372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61372F

Black with #61372F

Text Example


Text Example

White with #61372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61372F; }

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

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

background-color css

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

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

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

border-color css

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

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

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