Html Css Color HEX #5A5343 Masala

📋 copy color: '#5A5343'

red 90 ◦ green 83 ◦ blue 67

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

Shades of Masala #5A5343

Tints of Masala #5A5343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 67 (26.56% from 255) = 27.92%

R = 37.5%
G = 34.58%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#5A5343 (or 0x5A5343) is known color: Masala. HEX triplet: 5A, 53 and 43. RGB value is (90,83,67). Sum of RGB (Red+Green+Blue) = 90+83+67=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5343 is #A5ACBC. Grayscale: #535353. Windows color (decimal): -10857661 or 4412250. OLE color: 4412250.

HSL color Cylindrical-coordinate representation of color #5A5343: hue angle of 41.74º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5343 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 83 67 -
CMYK 0 0.08 0.26 0.65
HSL 41.74º 0.15% 0.31% -
HSV(B) 41.74º 0.26% 0.35% -
XYZ 8.32 8.77 6.56 -
YUV 83.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 90 83 67 0 0.08 0.26 0.65 41.74 0.15 0.31
Hex 5A 53 43 0 8 1A 41 2A F 1F
Octal 132 123 103 0 10 32 101 52 17 37
Binary 1011010 1010011 1000011 0 1000 11010 1000001 101010 1111 11111

Color Harmonies of #5A5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5343

Black with #5A5343

Text Example


Text Example

White with #5A5343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,83,67); }

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

background-color css

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

 a { background-color: rgb(90,83,67); }

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

border-color css

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

 span { border-color: rgb(90,83,67); }

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