#603237

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

Shades of Jazz #603237

Tints of Jazz #603237

Color information

#603237 (or 0x603237) is unknown color: approx Jazz. HEX triplet: 60, 32 and 37. RGB value is (96,50,55). Sum of RGB (Red+Green+Blue) = 96+50+55=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603237 is #9FCDC8. Grayscale: #404040. Windows color (decimal): -10472905 or 3617376. OLE color: 3617376.

HSL color Cylindrical-coordinate representation of color #603237: hue angle of 353.48º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603237 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB965055-
CMYK00.480.430.62
HSL353.48º31.51%28.63%-
HSV(B)353.48º47.92%37.65%-
XYZ6.655.044.24-
YUV64.32122.74150.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=47.76%
G=24.88%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96505500.480.430.62353.4831.5128.63
Hex6032370302B3E161201d
Octal140626706053765414035
Binary1100000110010110111011000010101111111010110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603237; }

 p { color: rgb(96,50,55); }

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

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

 a { background-color: rgb(96,50,55); }

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

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

 span { border-color: rgb(96,50,55); }

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