#652C32

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

Shades of Jazz #652C32

Tints of Jazz #652C32

Color information

#652C32 (or 0x652C32) is unknown color: approx Jazz. HEX triplet: 65, 2C and 32. RGB value is (101,44,50). Sum of RGB (Red+Green+Blue) = 101+44+50=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #652C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C32 is #9AD3CD. Grayscale: #3D3D3D. Windows color (decimal): -10146766 or 3288165. OLE color: 3288165.

HSL color Cylindrical-coordinate representation of color #652C32: hue angle of 353.68º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C32 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1014450-
CMYK00.560.500.60
HSL353.68º39.31%28.43%-
HSV(B)353.68º56.44%39.61%-
XYZ6.844.83.58-
YUV61.73121.38156.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=51.79%
G=22.56%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101445000.560.500.60353.6839.3128.43
Hex652C32038323C162271c
Octal145546207062745424734
Binary1100101101100110010011100011001011110010110001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652C32; }

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

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

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

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

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

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

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

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