#653032

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

Shades of Jazz #653032

Tints of Jazz #653032

Color information

#653032 (or 0x653032) is unknown color: approx Jazz. HEX triplet: 65, 30 and 32. RGB value is (101,48,50). Sum of RGB (Red+Green+Blue) = 101+48+50=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #653032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653032 is #9ACFCD. Grayscale: #404040. Windows color (decimal): -10145742 or 3289189. OLE color: 3289189.

HSL color Cylindrical-coordinate representation of color #653032: hue angle of 357.74º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #653032 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1014850-
CMYK00.520.500.60
HSL357.74º35.57%29.22%-
HSV(B)357.74º52.48%39.61%-
XYZ75.113.64-
YUV64.08120.06154.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=50.75%
G=24.12%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101485000.520.500.60357.7435.5729.22
Hex653032034323C166241d
Octal145606206462745464435
Binary1100101110000110010011010011001011110010110011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653032; }

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

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

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

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

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

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

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

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