#613832

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

Shades of Redwood #613832

Tints of Redwood #613832

Color information

#613832 (or 0x613832) is unknown color: approx Redwood. HEX triplet: 61, 38 and 32. RGB value is (97,56,50). Sum of RGB (Red+Green+Blue) = 97+56+50=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #613832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613832 is #9EC7CD. Grayscale: #434343. Windows color (decimal): -10405838 or 3291233. OLE color: 3291233.

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

Color convert

RGB975650-
CMYK00.420.480.62
HSL7.66º31.97%28.82%-
HSV(B)7.66º48.45%38.04%-
XYZ6.925.63.73-
YUV67.58118.08148.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=47.78%
G=27.59%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97565000.420.480.627.6631.9728.82
Hex61383202A303E8201d
Octal14170620526076104035
Binary11000011110001100100101010110000111110100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613832; }

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

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

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

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

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

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

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

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