#62383A

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

Shades of Jazz #62383A

Tints of Jazz #62383A

Color information

#62383A (or 0x62383A) is unknown color: approx Jazz. HEX triplet: 62, 38 and 3A. RGB value is (98,56,58). Sum of RGB (Red+Green+Blue) = 98+56+58=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62383A is #9DC7C5. Grayscale: #444444. Windows color (decimal): -10340294 or 3815522. OLE color: 3815522.

HSL color Cylindrical-coordinate representation of color #62383A: hue angle of 357.14º 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 #62383A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB985658-
CMYK00.430.410.62
HSL357.14º27.27%30.2%-
HSV(B)357.14º42.86%38.43%-
XYZ7.215.734.73-
YUV68.79121.91148.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=46.23%
G=26.42%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98565800.430.410.62357.1427.2730.2
Hex62383A02B293E1651b1e
Octal142707205351765453336
Binary110001011100011101001010111010011111101011001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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