#603430

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

Shades of Redwood #603430

Tints of Redwood #603430

Color information

#603430 (or 0x603430) is unknown color: approx Redwood. HEX triplet: 60, 34 and 30. RGB value is (96,52,48). Sum of RGB (Red+Green+Blue) = 96+52+48=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603430 is #9FCBCF. Grayscale: #404040. Windows color (decimal): -10472400 or 3159136. OLE color: 3159136.

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

Color convert

RGB965248-
CMYK00.460.500.62
HSL33.33%28.24%-
HSV(B)50%37.65%-
XYZ6.595.163.44-
YUV64.7118.58150.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=48.98%
G=26.53%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96524800.460.500.62533.3328.24
Hex60343002E323E5211c
Octal1406460056627654134
Binary1100000110100110000010111011001011111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603430; }

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

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

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

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

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

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

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

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