Html Css Color HEX #59383A Jazz

📋 copy color: '#59383A'

red 89 ◦ green 56 ◦ blue 58

#59383A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #59383A

Tints of Jazz #59383A

RGB

 RED value IS 89 (35.16% from 255) = 43.84%

 GREEN value IS 56 (22.27% from 255) = 27.59%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 43.84%
G = 27.59%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59383A (or 0x59383A) is known color: Jazz. HEX triplet: 59, 38 and 3A. RGB value is (89,56,58). Sum of RGB (Red+Green+Blue) = 89+56+58=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 89 - color contains mainly: red. Hex color #59383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59383A is #A6C7C5. Grayscale: #424242. Windows color (decimal): -10930118 or 3815513. OLE color: 3815513.

HSL color Cylindrical-coordinate representation of color #59383A: hue angle of 356.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59383A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 56 58 -
CMYK 0 0.37 0.35 0.65
HSL 356.36º 0.23% 0.28% -
HSV(B) 356.36º 0.37% 0.35% -
XYZ 6.3 5.26 4.69 -
YUV 66.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 89 56 58 0 0.37 0.35 0.65 356.36 0.23 0.28
Hex 59 38 3A 0 25 23 41 164 17 1C
Octal 131 70 72 0 45 43 101 544 27 34
Binary 1011001 111000 111010 0 100101 100011 1000001 101100100 10111 11100

Color Harmonies of #59383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59383A

Black with #59383A

Text Example


Text Example

White with #59383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59383A;
 }
 .AnyTagClassName
 {
   color: #59383A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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