#603431

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

Shades of Redwood #603431

Tints of Redwood #603431

Color information

#603431 (or 0x603431) is unknown color: approx Redwood. HEX triplet: 60, 34 and 31. RGB value is (96,52,49). Sum of RGB (Red+Green+Blue) = 96+52+49=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #603431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603431 is #9FCBCE. Grayscale: #404040. Windows color (decimal): -10472399 or 3224672. OLE color: 3224672.

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

Color convert

RGB965249-
CMYK00.460.490.62
HSL3.83º32.41%28.43%-
HSV(B)3.83º48.96%37.65%-
XYZ6.615.163.55-
YUV64.81119.08150.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=48.73%
G=26.40%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96524900.460.490.623.8332.4128.43
Hex60343102E313E4201c
Octal1406461056617644034
Binary1100000110100110001010111011000111111010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603431; }

 p { color: rgb(96,52,49); }

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

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

 a { background-color: rgb(96,52,49); }

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

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

 span { border-color: rgb(96,52,49); }

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