Html Css Color HEX #5A5242 Masala

📋 copy color: '#5A5242'

red 90 ◦ green 82 ◦ blue 66

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

Shades of Masala #5A5242

Tints of Masala #5A5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.45%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 37.82%
G = 34.45%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A5242 (or 0x5A5242) is known color: Masala. HEX triplet: 5A, 52 and 42. RGB value is (90,82,66). Sum of RGB (Red+Green+Blue) = 90+82+66=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5242 is #A5ADBD. Grayscale: #525252. Windows color (decimal): -10857918 or 4346458. OLE color: 4346458.

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

Color convert

RGB 90 82 66 -
CMYK 0 0.09 0.27 0.65
HSL 40º 0.15% 0.31% -
HSV(B) 40º 0.27% 0.35% -
XYZ 8.22 8.6 6.38 -
YUV 82.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 90 82 66 0 0.09 0.27 0.65 40 0.15 0.31
Hex 5A 52 42 0 9 1B 41 28 F 1F
Octal 132 122 102 0 11 33 101 50 17 37
Binary 1011010 1010010 1000010 0 1001 11011 1000001 101000 1111 11111

Color Harmonies of #5A5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5242

Black with #5A5242

Text Example


Text Example

White with #5A5242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,82,66); }

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

background-color css

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

 a { background-color: rgb(90,82,66); }

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

border-color css

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

 span { border-color: rgb(90,82,66); }

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