#603029

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

Shades of Redwood #603029

Tints of Redwood #603029

Color information

#603029 (or 0x603029) is unknown color: approx Redwood. HEX triplet: 60, 30 and 29. RGB value is (96,48,41). Sum of RGB (Red+Green+Blue) = 96+48+41=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603029 is #9FCFD6. Grayscale: #3D3D3D. Windows color (decimal): -10473431 or 2699360. OLE color: 2699360.

HSL color Cylindrical-coordinate representation of color #603029: hue angle of 7.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603029 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB964841-
CMYK00.500.570.62
HSL7.64º40.15%26.86%-
HSV(B)7.64º57.29%37.65%-
XYZ6.284.762.69-
YUV61.55116.4152.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=51.89%
G=25.95%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96484100.500.570.627.6440.1526.86
Hex603029032393E8281b
Octal14060510627176105033
Binary11000001100001010010110010111001111110100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603029; }

 p { color: rgb(96,48,41); }

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

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

 a { background-color: rgb(96,48,41); }

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

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

 span { border-color: rgb(96,48,41); }

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