#613733

Color #613733 Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #613733

Tints of Redwood #613733

Color information

#613733 (or 0x613733) is unknown color: approx Redwood. HEX triplet: 61, 37 and 33. RGB value is (97,55,51). Sum of RGB (Red+Green+Blue) = 97+55+51=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613733 is #9EC8CC. Grayscale: #434343. Windows color (decimal): -10406093 or 3356513. OLE color: 3356513.

HSL color Cylindrical-coordinate representation of color #613733: hue angle of 5.22º 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 #613733 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB975551-
CMYK00.430.470.62
HSL5.22º31.08%29.02%-
HSV(B)5.22º47.42%38.04%-
XYZ6.895.513.83-
YUV67.1118.91149.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=47.78%
G=27.09%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97555100.430.470.625.2231.0829.02
Hex61373302B2F3E51f1d
Octal1416763053577653735
Binary110000111011111001101010111011111111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613733; }

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

 H1.HeaderClassName
 {
   color: #613733;
 }
 .AnyTagClassName
 {
   color: #613733;
 }
</style>
background-color css

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

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

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

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

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

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