Html Css Color HEX #613933 Redwood

📋 copy color: '#613933'

red 97 ◦ green 57 ◦ blue 51

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

Shades of Redwood #613933

Tints of Redwood #613933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.88%

R = 47.32%
G = 27.8%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#613933 (or 0x613933) is known color: Redwood. HEX triplet: 61, 39 and 33. RGB value is (97,57,51). Sum of RGB (Red+Green+Blue) = 97+57+51=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #613933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613933 is #9EC6CC. Grayscale: #444444. Windows color (decimal): -10405581 or 3357025. OLE color: 3357025.

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

Color convert

RGB 97 57 51 -
CMYK 0 0.41 0.47 0.62
HSL 7.83º 0.31% 0.29% -
HSV(B) 7.83º 0.47% 0.38% -
XYZ 6.99 5.71 3.87 -
YUV 68.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 97 57 51 0 0.41 0.47 0.62 7.83 0.31 0.29
Hex 61 39 33 0 29 2F 3E 8 1F 1D
Octal 141 71 63 0 51 57 76 10 37 35
Binary 1100001 111001 110011 0 101001 101111 111110 1000 11111 11101

Color Harmonies of #613933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613933

Black with #613933

Text Example


Text Example

White with #613933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613933; }

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

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

background-color css

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

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

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

border-color css

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

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

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