#603A33

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

Shades of Redwood #603A33

Tints of Redwood #603A33

Color information

#603A33 (or 0x603A33) is unknown color: approx Redwood. HEX triplet: 60, 3A and 33. RGB value is (96,58,51). Sum of RGB (Red+Green+Blue) = 96+58+51=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A33 is #9FC5CC. Grayscale: #444444. Windows color (decimal): -10470861 or 3357280. OLE color: 3357280.

HSL color Cylindrical-coordinate representation of color #603A33: hue angle of 9.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603A33 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB965851-
CMYK00.400.470.62
HSL9.33º30.61%28.82%-
HSV(B)9.33º46.88%37.65%-
XYZ6.935.753.88-
YUV68.56118.09147.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=46.83%
G=28.29%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96585100.400.470.629.3330.6128.82
Hex603A330282F3E91f1d
Octal14072630505776113735
Binary1100000111010110011010100010111111111010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,58,51); }

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

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

 a { background-color: rgb(96,58,51); }

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

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

 span { border-color: rgb(96,58,51); }

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