#653337

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

Shades of Jazz #653337

Tints of Jazz #653337

Color information

#653337 (or 0x653337) is unknown color: approx Jazz. HEX triplet: 65, 33 and 37. RGB value is (101,51,55). Sum of RGB (Red+Green+Blue) = 101+51+55=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #653337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653337 is #9ACCC8. Grayscale: #424242. Windows color (decimal): -10144969 or 3617637. OLE color: 3617637.

HSL color Cylindrical-coordinate representation of color #653337: hue angle of 355.2º degrees, saturation: 0.33, 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 #653337 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1015155-
CMYK00.500.460.60
HSL355.2º32.89%29.8%-
HSV(B)355.2º49.5%39.61%-
XYZ7.245.414.28-
YUV66.41121.56152.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=48.79%
G=24.64%
B=26.57%

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
Decimal101515500.500.460.60355.232.8929.8
Hex6533370322E3C163211e
Octal145636706256745434136
Binary1100101110011110111011001010111011110010110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653337; }

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

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

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

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

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

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

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

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