#613531

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

Shades of Redwood #613531

Tints of Redwood #613531

Color information

#613531 (or 0x613531) is unknown color: approx Redwood. HEX triplet: 61, 35 and 31. RGB value is (97,53,49). Sum of RGB (Red+Green+Blue) = 97+53+49=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613531 is #9ECACE. Grayscale: #414141. Windows color (decimal): -10406607 or 3224929. OLE color: 3224929.

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

Color convert

RGB975349-
CMYK00.450.490.62
HSL32.88%28.63%-
HSV(B)49.48%38.04%-
XYZ6.765.313.57-
YUV65.7118.58150.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=48.74%
G=26.63%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97534900.450.490.62532.8828.63
Hex61353102D313E5211d
Octal1416561055617654135
Binary1100001110101110001010110111000111111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613531; }

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

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

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

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

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

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

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

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