#653238

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

Shades of Jazz #653238

Tints of Jazz #653238

Color information

#653238 (or 0x653238) is unknown color: approx Jazz. HEX triplet: 65, 32 and 38. RGB value is (101,50,56). Sum of RGB (Red+Green+Blue) = 101+50+56=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #653238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653238 is #9ACDC7. Grayscale: #414141. Windows color (decimal): -10145224 or 3682917. OLE color: 3682917.

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

Color convert

RGB1015056-
CMYK00.500.450.60
HSL352.94º33.77%29.61%-
HSV(B)352.94º50.5%39.61%-
XYZ7.225.334.39-
YUV65.93122.4153.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=48.79%
G=24.15%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101505600.500.450.60352.9433.7729.61
Hex6532380322D3C161221e
Octal145627006255745414236
Binary1100101110010111000011001010110111110010110000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653238; }

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

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

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

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

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

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

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

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