Html Css Color HEX #5A3036 Jazz

📋 copy color: '#5A3036'

red 90 ◦ green 48 ◦ blue 54

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

Shades of Jazz #5A3036

Tints of Jazz #5A3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25%

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 46.88%
G = 25%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#5A3036 (or 0x5A3036) is known color: Jazz. HEX triplet: 5A, 30 and 36. RGB value is (90,48,54). Sum of RGB (Red+Green+Blue) = 90+48+54=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3036 is #A5CFC9. Grayscale: #3D3D3D. Windows color (decimal): -10866634 or 3551322. OLE color: 3551322.

HSL color Cylindrical-coordinate representation of color #5A3036: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A3036 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 48 54 -
CMYK 0 0.47 0.40 0.65
HSL 351.43º 0.3% 0.27% -
HSV(B) 351.43º 0.47% 0.35% -
XYZ 5.94 4.55 4.06 -
YUV 61.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 90 48 54 0 0.47 0.40 0.65 351.43 0.3 0.27
Hex 5A 30 36 0 2F 28 41 15F 1E 1B
Octal 132 60 66 0 57 50 101 537 36 33
Binary 1011010 110000 110110 0 101111 101000 1000001 101011111 11110 11011

Color Harmonies of #5A3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3036

Black with #5A3036

Text Example


Text Example

White with #5A3036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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