Html Css Color HEX #5A5345 Masala

📋 copy color: '#5A5345'

red 90 ◦ green 83 ◦ blue 69

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

Shades of Masala #5A5345

Tints of Masala #5A5345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.51%

R = 37.19%
G = 34.3%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#5A5345 (or 0x5A5345) is known color: Masala. HEX triplet: 5A, 53 and 45. RGB value is (90,83,69). Sum of RGB (Red+Green+Blue) = 90+83+69=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5345 is #A5ACBA. Grayscale: #535353. Windows color (decimal): -10857659 or 4543322. OLE color: 4543322.

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

Color convert

RGB 90 83 69 -
CMYK 0 0.08 0.23 0.65
HSL 40º 0.13% 0.31% -
HSV(B) 40º 0.23% 0.35% -
XYZ 8.38 8.79 6.88 -
YUV 83.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 90 83 69 0 0.08 0.23 0.65 40 0.13 0.31
Hex 5A 53 45 0 8 17 41 28 D 1F
Octal 132 123 105 0 10 27 101 50 15 37
Binary 1011010 1010011 1000101 0 1000 10111 1000001 101000 1101 11111

Color Harmonies of #5A5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5345

Black with #5A5345

Text Example


Text Example

White with #5A5345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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