#603833

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

Shades of Redwood #603833

Tints of Redwood #603833

Color information

#603833 (or 0x603833) is unknown color: approx Redwood. HEX triplet: 60, 38 and 33. RGB value is (96,56,51). Sum of RGB (Red+Green+Blue) = 96+56+51=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603833 is #9FC7CC. Grayscale: #434343. Windows color (decimal): -10471373 or 3356768. OLE color: 3356768.

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

Color convert

RGB965651-
CMYK00.420.470.62
HSL6.67º30.61%28.82%-
HSV(B)6.67º46.88%37.65%-
XYZ6.845.553.84-
YUV67.39118.75148.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=47.29%
G=27.59%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96565100.420.470.626.6730.6128.82
Hex60383302A2F3E71f1d
Octal1407063052577673735
Binary110000011100011001101010101011111111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603833; }

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

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

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

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

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

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

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

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