#633032

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

Shades of Jazz #633032

Tints of Jazz #633032

Color information

#633032 (or 0x633032) is unknown color: approx Jazz. HEX triplet: 63, 30 and 32. RGB value is (99,48,50). Sum of RGB (Red+Green+Blue) = 99+48+50=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #633032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633032 is #9CCFCD. Grayscale: #3F3F3F. Windows color (decimal): -10276814 or 3289187. OLE color: 3289187.

HSL color Cylindrical-coordinate representation of color #633032: hue angle of 357.65º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633032 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB994850-
CMYK00.520.490.61
HSL357.65º34.69%28.82%-
HSV(B)357.65º51.52%38.82%-
XYZ6.7853.62-
YUV63.48120.4153.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=50.25%
G=24.37%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99485000.520.490.61357.6534.6928.82
Hex633032034313D166231d
Octal143606206461755464335
Binary1100011110000110010011010011000111110110110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633032; }

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

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

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

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

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

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

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

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