Html Css Color HEX #5A3335 Jazz

📋 copy color: '#5A3335'

red 90 ◦ green 51 ◦ blue 53

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

Shades of Jazz #5A3335

Tints of Jazz #5A3335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 46.39%
G = 26.29%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A3335 (or 0x5A3335) is known color: Jazz. HEX triplet: 5A, 33 and 35. RGB value is (90,51,53). Sum of RGB (Red+Green+Blue) = 90+51+53=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3335 is #A5CCCA. Grayscale: #3E3E3E. Windows color (decimal): -10865867 or 3486554. OLE color: 3486554.

HSL color Cylindrical-coordinate representation of color #5A3335: hue angle of 356.92º 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 #5A3335 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 51 53 -
CMYK 0 0.43 0.41 0.65
HSL 356.92º 0.28% 0.28% -
HSV(B) 356.92º 0.43% 0.35% -
XYZ 6.04 4.8 3.98 -
YUV 62.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 90 51 53 0 0.43 0.41 0.65 356.92 0.28 0.28
Hex 5A 33 35 0 2B 29 41 165 1C 1C
Octal 132 63 65 0 53 51 101 545 34 34
Binary 1011010 110011 110101 0 101011 101001 1000001 101100101 11100 11100

Color Harmonies of #5A3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3335

Black with #5A3335

Text Example


Text Example

White with #5A3335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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