Html Css Color HEX #5A3639 Jazz

📋 copy color: '#5A3639'

red 90 ◦ green 54 ◦ blue 57

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

Shades of Jazz #5A3639

Tints of Jazz #5A3639

RGB

 RED value IS 90 (35.55% from 255) = 44.78%

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 44.78%
G = 26.87%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A3639 (or 0x5A3639) is known color: Jazz. HEX triplet: 5A, 36 and 39. RGB value is (90,54,57). Sum of RGB (Red+Green+Blue) = 90+54+57=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3639 is #A5C9C6. Grayscale: #414141. Windows color (decimal): -10865095 or 3749466. OLE color: 3749466.

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

Color convert

RGB 90 54 57 -
CMYK 0 0.40 0.37 0.65
HSL 355º 0.25% 0.28% -
HSV(B) 355º 0.4% 0.35% -
XYZ 6.27 5.11 4.53 -
YUV 65.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 90 54 57 0 0.40 0.37 0.65 355 0.25 0.28
Hex 5A 36 39 0 28 25 41 163 19 1C
Octal 132 66 71 0 50 45 101 543 31 34
Binary 1011010 110110 111001 0 101000 100101 1000001 101100011 11001 11100

Color Harmonies of #5A3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3639

Black with #5A3639

Text Example


Text Example

White with #5A3639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3639; }

 p { color: rgb(90,54,57); }

 H1.HeaderClassName
 {
   color: #5A3639;
 }
 .AnyTagClassName
 {
   color: #5A3639;
 }
</style>

background-color css

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

 a { background-color: rgb(90,54,57); }

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

border-color css

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

 span { border-color: rgb(90,54,57); }

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