#62383B

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

Shades of Jazz #62383B

Tints of Jazz #62383B

Color information

#62383B (or 0x62383B) is unknown color: approx Jazz. HEX triplet: 62, 38 and 3B. RGB value is (98,56,59). Sum of RGB (Red+Green+Blue) = 98+56+59=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62383B is #9DC7C4. Grayscale: #444444. Windows color (decimal): -10340293 or 3881058. OLE color: 3881058.

HSL color Cylindrical-coordinate representation of color #62383B: hue angle of 355.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62383B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB985659-
CMYK00.430.400.62
HSL355.71º27.27%30.2%-
HSV(B)355.71º42.86%38.43%-
XYZ7.245.744.86-
YUV68.9122.41148.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=46.01%
G=26.29%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98565900.430.400.62355.7127.2730.2
Hex62383B02B283E1641b1e
Octal142707305350765443336
Binary110001011100011101101010111010001111101011001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62383B; }

 p { color: rgb(98,56,59); }

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

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

 a { background-color: rgb(98,56,59); }

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

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

 span { border-color: rgb(98,56,59); }

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