Html Css Color HEX #5A3338 Jazz

📋 copy color: '#5A3338'

red 90 ◦ green 51 ◦ blue 56

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

Shades of Jazz #5A3338

Tints of Jazz #5A3338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 45.69%
G = 25.89%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A3338 (or 0x5A3338) is known color: Jazz. HEX triplet: 5A, 33 and 38. RGB value is (90,51,56). Sum of RGB (Red+Green+Blue) = 90+51+56=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3338 is #A5CCC7. Grayscale: #3F3F3F. Windows color (decimal): -10865864 or 3683162. OLE color: 3683162.

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

Color convert

RGB 90 51 56 -
CMYK 0 0.43 0.38 0.65
HSL 352.31º 0.28% 0.28% -
HSV(B) 352.31º 0.43% 0.35% -
XYZ 6.11 4.83 4.35 -
YUV 63.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 90 51 56 0 0.43 0.38 0.65 352.31 0.28 0.28
Hex 5A 33 38 0 2B 26 41 160 1C 1C
Octal 132 63 70 0 53 46 101 540 34 34
Binary 1011010 110011 111000 0 101011 100110 1000001 101100000 11100 11100

Color Harmonies of #5A3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3338

Black with #5A3338

Text Example


Text Example

White with #5A3338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,51,56); }

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

background-color css

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

 a { background-color: rgb(90,51,56); }

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

border-color css

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

 span { border-color: rgb(90,51,56); }

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