#603932

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

Shades of Redwood #603932

Tints of Redwood #603932

Color information

#603932 (or 0x603932) is unknown color: approx Redwood. HEX triplet: 60, 39 and 32. RGB value is (96,57,50). Sum of RGB (Red+Green+Blue) = 96+57+50=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603932 is #9FC6CD. Grayscale: #434343. Windows color (decimal): -10471118 or 3291488. OLE color: 3291488.

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

Color convert

RGB965750-
CMYK00.410.480.62
HSL9.13º31.51%28.63%-
HSV(B)9.13º47.92%37.65%-
XYZ6.865.643.75-
YUV67.86117.92148.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=47.29%
G=28.08%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96575000.410.480.629.1331.5128.63
Hex603932029303E9201d
Octal14071620516076114035
Binary11000001110011100100101001110000111110100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603932; }

 p { color: rgb(96,57,50); }

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

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

 a { background-color: rgb(96,57,50); }

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

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

 span { border-color: rgb(96,57,50); }

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