#653237

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

Shades of Jazz #653237

Tints of Jazz #653237

Color information

#653237 (or 0x653237) is unknown color: approx Jazz. HEX triplet: 65, 32 and 37. RGB value is (101,50,55). Sum of RGB (Red+Green+Blue) = 101+50+55=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #653237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653237 is #9ACDC8. Grayscale: #414141. Windows color (decimal): -10145225 or 3617381. OLE color: 3617381.

HSL color Cylindrical-coordinate representation of color #653237: hue angle of 354.12º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653237 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1015055-
CMYK00.500.460.60
HSL354.12º33.77%29.61%-
HSV(B)354.12º50.5%39.61%-
XYZ7.25.324.26-
YUV65.82121.9153.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=49.03%
G=24.27%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101505500.500.460.60354.1233.7729.61
Hex6532370322E3C162221e
Octal145626706256745424236
Binary1100101110010110111011001010111011110010110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653237; }

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

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

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

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

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

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

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

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