Html Css Color HEX #5A3B3C Jazz

📋 copy color: '#5A3B3C'

red 90 ◦ green 59 ◦ blue 60

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

Shades of Jazz #5A3B3C

Tints of Jazz #5A3B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.23%

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 43.06%
G = 28.23%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A3B3C (or 0x5A3B3C) is known color: Jazz. HEX triplet: 5A, 3B and 3C. RGB value is (90,59,60). Sum of RGB (Red+Green+Blue) = 90+59+60=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B3C is #A5C4C3. Grayscale: #444444. Windows color (decimal): -10863812 or 3947354. OLE color: 3947354.

HSL color Cylindrical-coordinate representation of color #5A3B3C: hue angle of 358.06º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A3B3C is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 59 60 -
CMYK 0 0.34 0.33 0.65
HSL 358.06º 0.21% 0.29% -
HSV(B) 358.06º 0.34% 0.35% -
XYZ 6.6 5.63 5.01 -
YUV 68.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 90 59 60 0 0.34 0.33 0.65 358.06 0.21 0.29
Hex 5A 3B 3C 0 22 21 41 166 15 1D
Octal 132 73 74 0 42 41 101 546 25 35
Binary 1011010 111011 111100 0 100010 100001 1000001 101100110 10101 11101

Color Harmonies of #5A3B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3B3C

Black with #5A3B3C

Text Example


Text Example

White with #5A3B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,59,60); }

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

background-color css

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

 a { background-color: rgb(90,59,60); }

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

border-color css

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

 span { border-color: rgb(90,59,60); }

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