#603033

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

Shades of Jazz #603033

Tints of Jazz #603033

Color information

#603033 (or 0x603033) is unknown color: approx Jazz. HEX triplet: 60, 30 and 33. RGB value is (96,48,51). Sum of RGB (Red+Green+Blue) = 96+48+51=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #603033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603033 is #9FCFCC. Grayscale: #3E3E3E. Windows color (decimal): -10473421 or 3354720. OLE color: 3354720.

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

Color convert

RGB964851-
CMYK00.500.470.62
HSL356.25º33.33%28.24%-
HSV(B)356.25º50%37.65%-
XYZ6.484.843.72-
YUV62.69121.4151.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=49.23%
G=24.62%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96485100.500.470.62356.2533.3328.24
Hex6030330322F3E164211c
Octal140606306257765444134
Binary1100000110000110011011001010111111111010110010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603033; }

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

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

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

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

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

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

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

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