#603D37

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

Shades of Redwood #603D37

Tints of Redwood #603D37

Color information

#603D37 (or 0x603D37) is unknown color: approx Redwood. HEX triplet: 60, 3D and 37. RGB value is (96,61,55). Sum of RGB (Red+Green+Blue) = 96+61+55=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #603D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D37 is #9FC2C8. Grayscale: #464646. Windows color (decimal): -10470089 or 3620192. OLE color: 3620192.

HSL color Cylindrical-coordinate representation of color #603D37: hue angle of 8.78º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603D37 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB966155-
CMYK00.360.430.62
HSL8.78º27.15%29.61%-
HSV(B)8.78º42.71%37.65%-
XYZ7.186.14.41-
YUV70.78119.1145.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 61 (24.22% from 255) = 28.77%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=45.28%
G=28.77%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96615500.360.430.628.7827.1529.61
Hex603D370242B3E91b1e
Octal14075670445376113336
Binary1100000111101110111010010010101111111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D37; }

 p { color: rgb(96,61,55); }

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

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

 a { background-color: rgb(96,61,55); }

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

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

 span { border-color: rgb(96,61,55); }

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